diff options
Diffstat (limited to 'src/tests/gpu/test_post_process_helper.cc')
| -rw-r--r-- | src/tests/gpu/test_post_process_helper.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/gpu/test_post_process_helper.cc b/src/tests/gpu/test_post_process_helper.cc index 575291d..80d7ad4 100644 --- a/src/tests/gpu/test_post_process_helper.cc +++ b/src/tests/gpu/test_post_process_helper.cc @@ -156,7 +156,7 @@ static void test_full_setup(WebGPUTestFixture& fixture) { // Create output texture (can use OffscreenRenderTarget for this) OffscreenRenderTarget output_target(fixture.instance(), fixture.device(), 256, - 256); + 256, fixture.format()); GpuBuffer uniforms = gpu_create_buffer( fixture.device(), 16, WGPUBufferUsage_Uniform | WGPUBufferUsage_CopyDst); |
