From edee5a947b7ea3e1324aa334a22c7c9bbf47f5f7 Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Mon, 17 Jan 2022 14:34:28 +0100 Subject: Revert "GPUShaderCreateInfo for interface abstraction" This reverts commit 8fb2ff458ba579dba08bfdf57d043ad158b5db07. Missing some files. --- source/blender/gpu/shaders/gpu_shader_colorspace_lib.glsl | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/gpu/shaders/gpu_shader_colorspace_lib.glsl') diff --git a/source/blender/gpu/shaders/gpu_shader_colorspace_lib.glsl b/source/blender/gpu/shaders/gpu_shader_colorspace_lib.glsl index 74341701fb0..aae659516bb 100644 --- a/source/blender/gpu/shaders/gpu_shader_colorspace_lib.glsl +++ b/source/blender/gpu/shaders/gpu_shader_colorspace_lib.glsl @@ -2,9 +2,7 @@ /* Undefine the macro that avoids compilation errors. */ #undef blender_srgb_to_framebuffer_space -#ifndef USE_GPU_SHADER_CREATE_INFO uniform bool srgbTarget = false; -#endif vec4 blender_srgb_to_framebuffer_space(vec4 color) { -- cgit v1.2.3