From ee60aa9d012dfd8304e7a7ba38f04c59b56d2efd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 23 Aug 2022 11:05:50 +1000 Subject: Cleanup: match names between functions & declarations --- source/blender/gpu/GPU_compute.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/gpu/GPU_compute.h') diff --git a/source/blender/gpu/GPU_compute.h b/source/blender/gpu/GPU_compute.h index 6dfd6f73ae8..ff94620f186 100644 --- a/source/blender/gpu/GPU_compute.h +++ b/source/blender/gpu/GPU_compute.h @@ -20,7 +20,7 @@ void GPU_compute_dispatch(GPUShader *shader, uint groups_y_len, uint groups_z_len); -void GPU_compute_dispatch_indirect(GPUShader *shader, GPUStorageBuf *indirect_buf); +void GPU_compute_dispatch_indirect(GPUShader *shader, GPUStorageBuf *indirect_buf_); #ifdef __cplusplus } -- cgit v1.2.3