Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-01-18 02:25:37 +0300
committerCampbell Barton <campbell@blender.org>2022-01-18 02:26:18 +0300
commit0fa36c81d906264c340cecc457656acf673770cb (patch)
treed77c562967e893e7f876f731827dd2ade9259d7d /source/blender/gpu/shaders/infos/gpu_shader_text_info.hh
parent3bbb39ecc114ddd2c5c3fc91e1376e1cc33f55b7 (diff)
Cleanup: quite old-style-declaration warning, strip trailing space
Diffstat (limited to 'source/blender/gpu/shaders/infos/gpu_shader_text_info.hh')
-rw-r--r--source/blender/gpu/shaders/infos/gpu_shader_text_info.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/gpu/shaders/infos/gpu_shader_text_info.hh b/source/blender/gpu/shaders/infos/gpu_shader_text_info.hh
index a115972694e..2c17a494d76 100644
--- a/source/blender/gpu/shaders/infos/gpu_shader_text_info.hh
+++ b/source/blender/gpu/shaders/infos/gpu_shader_text_info.hh
@@ -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);
- \ No newline at end of file