[Bf-blender-cvs] [2ee4e9761f6] blender2.8: GPUCompositing: Remove last reference to gpu_shader_fullscreen_vert.glsl

Clément Foucault noreply at git.blender.org
Thu Mar 22 22:39:27 CET 2018


Commit: 2ee4e9761f6ab2c32e8e90c7317f5e7310a8e532
Author: Clément Foucault
Date:   Thu Mar 22 22:39:07 2018 +0100
Branches: blender2.8
https://developer.blender.org/rB2ee4e9761f6ab2c32e8e90c7317f5e7310a8e532

GPUCompositing: Remove last reference to gpu_shader_fullscreen_vert.glsl

It was breaking compilation with MSVC apparently.

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

M	source/blender/gpu/CMakeLists.txt

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

diff --git a/source/blender/gpu/CMakeLists.txt b/source/blender/gpu/CMakeLists.txt
index e1f99b4dc64..bbbfd1a6ea0 100644
--- a/source/blender/gpu/CMakeLists.txt
+++ b/source/blender/gpu/CMakeLists.txt
@@ -80,7 +80,6 @@ set(SRC
 	shaders/gpu_shader_fx_dof_hq_frag.glsl
 	shaders/gpu_shader_fx_dof_hq_vert.glsl
 	shaders/gpu_shader_fx_dof_hq_geo.glsl
-	shaders/gpu_shader_fullscreen_vert.glsl
 	shaders/gpu_shader_material.glsl
 	shaders/gpu_shader_sep_gaussian_blur_frag.glsl
 	shaders/gpu_shader_sep_gaussian_blur_vert.glsl



More information about the Bf-blender-cvs mailing list