diff options
Diffstat (limited to 'src/gpu/gpu.h')
| -rw-r--r-- | src/gpu/gpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/gpu.h b/src/gpu/gpu.h index d6c0255..7754b29 100644 --- a/src/gpu/gpu.h +++ b/src/gpu/gpu.h @@ -104,4 +104,4 @@ WGPUSampler gpu_create_linear_sampler(WGPUDevice device); WGPUSampler gpu_create_nearest_sampler(WGPUDevice device); // Dummy 1x1 texture for scene effects (don't need texture input) -TextureWithView gpu_create_dummy_scene_texture(WGPUDevice device);
\ No newline at end of file +TextureWithView gpu_create_dummy_scene_texture(WGPUDevice device); |
