summaryrefslogtreecommitdiff
path: root/Data
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-31 19:37:06 +0800
committerchai <chaifix@163.com>2021-10-31 19:37:06 +0800
commitb972cec461f6c587edd8febbc6dad45bad65046d (patch)
tree006d5b6a05652c7c9670276c146fd27e98315311 /Data
parent98d05c5030ba1c35ddfe402790702b3f44c63134 (diff)
*shader command parser
Diffstat (limited to 'Data')
-rw-r--r--Data/Resources/Shaders/Editor-Text.glsl10
1 files changed, 5 insertions, 5 deletions
diff --git a/Data/Resources/Shaders/Editor-Text.glsl b/Data/Resources/Shaders/Editor-Text.glsl
index 3566b28..1624c0e 100644
--- a/Data/Resources/Shaders/Editor-Text.glsl
+++ b/Data/Resources/Shaders/Editor-Text.glsl
@@ -1,12 +1,12 @@
#version 330 core
-// CMD_BEGIN
+CMD_BEGIN
-// Cull Both
-// DepthTest Off
-// Blend SrcAlpha OneMinusSrcAlpha
+Blend SrcAlpha OneMinusSrcAlpha
+Cull Both
+DepthTest Off
-// CMD_END
+CMD_END
uniform mat4 gamelab_mat_mvp;
uniform sampler2D uiTex;