[Bf-blender-cvs] [195dd9888a3] blender2.8: Cleanup: Remove old shader reference

Clément Foucault noreply at git.blender.org
Tue Oct 9 20:22:45 CEST 2018


Commit: 195dd9888a3bfeb5f27281e6fadb2ef3847253f0
Author: Clément Foucault
Date:   Tue Oct 9 20:22:40 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB195dd9888a3bfeb5f27281e6fadb2ef3847253f0

Cleanup: Remove old shader reference

===================================================================

M	source/blender/gpu/CMakeLists.txt

===================================================================

diff --git a/source/blender/gpu/CMakeLists.txt b/source/blender/gpu/CMakeLists.txt
index 0b38a814aec..85a3b604e33 100644
--- a/source/blender/gpu/CMakeLists.txt
+++ b/source/blender/gpu/CMakeLists.txt
@@ -88,9 +88,6 @@ set(SRC
 	intern/gpu_viewport.c
 
 	shaders/gpu_shader_material.glsl
-	shaders/gpu_shader_fire_frag.glsl
-	shaders/gpu_shader_smoke_frag.glsl
-	shaders/gpu_shader_smoke_vert.glsl
 
 	GPU_attr_binding.h
 	GPU_batch.h



More information about the Bf-blender-cvs mailing list