[Bf-blender-cvs] [e2cda64] soc-2013-viewport_fx: removed 'enabled' field from CLIPPING state (not needed, a shader either implements clipping or it doesn't)

jwilkins noreply at git.blender.org
Tue Feb 18 22:06:18 CET 2014


Commit: e2cda64f46994e7f35310e61c2dbf63d4f12f50c
Author: jwilkins
Date:   Mon Feb 17 11:00:16 2014 -0600
https://developer.blender.org/rBe2cda64f46994e7f35310e61c2dbf63d4f12f50c

removed 'enabled' field from CLIPPING state (not needed, a shader either implements clipping or it doesn't)

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

M	source/blender/gpu/intern/gpu_clipping.c

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

diff --git a/source/blender/gpu/intern/gpu_clipping.c b/source/blender/gpu/intern/gpu_clipping.c
index 96eeb32..395e661 100644
--- a/source/blender/gpu/intern/gpu_clipping.c
+++ b/source/blender/gpu/intern/gpu_clipping.c
@@ -53,7 +53,6 @@
 static struct CLIPPING {
 	double   clip_plane[GPU_MAX_COMMON_CLIP_PLANES][4];
 	uint32_t clip_plane_count;
-	bool     enabled;
 } CLIPPING;




More information about the Bf-blender-cvs mailing list