diff options
| author | skal <pascal.massimino@gmail.com> | 2026-05-21 08:10:47 +0200 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-05-21 08:10:47 +0200 |
| commit | d806027dcaeadcdd8d2febd88bc46b2fd2c465de (patch) | |
| tree | 30bc1ef9f40ccab7c00e31ee20e62bb86755fa26 /src/gpu/post_process_helper.h | |
| parent | 680042a18c11ad5e58757e45b260745c2f52417f (diff) | |
Diffstat (limited to 'src/gpu/post_process_helper.h')
| -rw-r--r-- | src/gpu/post_process_helper.h | 3 |
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); |
