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:
authorClément Foucault <foucault.clem@gmail.com>2022-05-02 02:31:24 +0300
committerClément Foucault <foucault.clem@gmail.com>2022-05-02 02:31:24 +0300
commita5644f9a28ea46892f9a480a5bb7b44a8f0c8759 (patch)
tree36a24c5ad73a8ea7e59d2e38968d95ed73c0acbc /source/blender/gpu/shaders/gpu_shader_flat_id_frag.glsl
parentaaab3c8ad4e3fca6920f0888c5e4f68ad12d6dd3 (diff)
Cleanup: GPUBuiltinShader: Remove old shader interfaces
This leaves some of the unresolved case where we still need both implementation.
Diffstat (limited to 'source/blender/gpu/shaders/gpu_shader_flat_id_frag.glsl')
-rw-r--r--source/blender/gpu/shaders/gpu_shader_flat_id_frag.glsl4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/gpu/shaders/gpu_shader_flat_id_frag.glsl b/source/blender/gpu/shaders/gpu_shader_flat_id_frag.glsl
index 2aabdb84f16..24bd86fa383 100644
--- a/source/blender/gpu/shaders/gpu_shader_flat_id_frag.glsl
+++ b/source/blender/gpu/shaders/gpu_shader_flat_id_frag.glsl
@@ -1,7 +1,3 @@
-#ifndef USE_GPU_SHADER_CREATE_INFO
-flat in uint finalId;
-out uint fragId;
-#endif
void main()
{