summaryrefslogtreecommitdiff
path: root/src/gpu/post_process_helper.h
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-05-21 08:10:47 +0200
committerskal <pascal.massimino@gmail.com>2026-05-21 08:10:47 +0200
commitd806027dcaeadcdd8d2febd88bc46b2fd2c465de (patch)
tree30bc1ef9f40ccab7c00e31ee20e62bb86755fa26 /src/gpu/post_process_helper.h
parent680042a18c11ad5e58757e45b260745c2f52417f (diff)
style: apply clang-formatHEADmain
Diffstat (limited to 'src/gpu/post_process_helper.h')
-rw-r--r--src/gpu/post_process_helper.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gpu/post_process_helper.h b/src/gpu/post_process_helper.h
index 8f2bd21..645ac4f 100644
--- a/src/gpu/post_process_helper.h
+++ b/src/gpu/post_process_helper.h
@@ -21,6 +21,7 @@ void pp_update_bind_group(WGPUDevice device, WGPURenderPipeline pipeline,
WGPUBindGroup* bind_group, WGPUTextureView input_view,
GpuBuffer uniforms, GpuBuffer effect_params);
-// Upload a mat4 to a GPU buffer, transposing from C++ row-major to WGSL column-major.
+// Upload a mat4 to a GPU buffer, transposing from C++ row-major to WGSL
+// column-major.
void gpu_upload_mat4(WGPUQueue queue, WGPUBuffer buffer, size_t offset,
const mat4& m);