diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-15 17:10:56 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-15 17:10:56 +0100 |
| commit | ba074d45c10cecd18b09f408d92ff57f9472e901 (patch) | |
| tree | 008ca4fe3e443884cabd2e62a378e073243c6224 /src/effects/sdf_test_effect.cc | |
| parent | f074964f9a39644fc2acd901b137eca345fdae5a (diff) | |
clang-format
Diffstat (limited to 'src/effects/sdf_test_effect.cc')
| -rw-r--r-- | src/effects/sdf_test_effect.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/effects/sdf_test_effect.cc b/src/effects/sdf_test_effect.cc index 28b3513..264809f 100644 --- a/src/effects/sdf_test_effect.cc +++ b/src/effects/sdf_test_effect.cc @@ -9,8 +9,8 @@ SDFTestEffect::SDFTestEffect(const GpuContext& ctx) : SDFEffect(ctx) { ResourceBinding bindings[] = { {uniforms_.get(), WGPUBufferBindingType_Uniform}, {camera_params_.get(), WGPUBufferBindingType_Uniform}}; - pass_ = gpu_create_render_pass(ctx_.device, ctx_.format, - sdf_test_shader_wgsl, bindings, 2); + pass_ = gpu_create_render_pass(ctx_.device, ctx_.format, sdf_test_shader_wgsl, + bindings, 2); pass_.vertex_count = 3; } |
