From 2ebcb7fab3e237b7d00de3088c34780cd24f397b Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Tue, 22 Mar 2022 13:44:15 +0100 Subject: Cleanup: make format and fix warning --- source/blender/gpu/GPU_context.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'source/blender/gpu/GPU_context.h') diff --git a/source/blender/gpu/GPU_context.h b/source/blender/gpu/GPU_context.h index 453c117501d..f3b7f8c29bf 100644 --- a/source/blender/gpu/GPU_context.h +++ b/source/blender/gpu/GPU_context.h @@ -47,11 +47,12 @@ void GPU_context_main_lock(void); void GPU_context_main_unlock(void); /* GPU Begin/end work blocks */ -void GPU_render_begin(); -void GPU_render_end(); +void GPU_render_begin(void); +void GPU_render_end(void); -/* For operations which need to run exactly once per frame -- even if there are no render updates. */ -void GPU_render_step(); +/* For operations which need to run exactly once per frame -- even if there are no render updates. + */ +void GPU_render_step(void); #ifdef __cplusplus } -- cgit v1.2.3