Cleanup: quite old-style-declaration warning, strip trailing space

This commit is contained in:
2022-01-18 10:25:37 +11:00
parent 3bbb39ecc1
commit 0fa36c81d9
12 changed files with 8 additions and 13 deletions

View File

@@ -43,4 +43,3 @@ GPU_SHADER_CREATE_INFO(gpu_shader_text)
.fragment_source("gpu_shader_text_frag.glsl")
.additional_info("gpu_srgb_to_framebuffer_space")
.do_static_compilation(true);