diff options
author | chai <chaifix@163.com> | 2021-10-31 17:29:32 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-31 17:29:32 +0800 |
commit | 98d05c5030ba1c35ddfe402790702b3f44c63134 (patch) | |
tree | d251ae9e96a46947bc4fa65817f2ebfa4b07087a /Data/Resources | |
parent | 4b24de9ef863f54eb09a5fa1f18e2905cedcc439 (diff) |
- Runtime Proj
+ Runner Proj
Diffstat (limited to 'Data/Resources')
-rw-r--r-- | Data/Resources/Shaders/Editor-Text.glsl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Data/Resources/Shaders/Editor-Text.glsl b/Data/Resources/Shaders/Editor-Text.glsl index af76555..3566b28 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 +// Cull Both +// DepthTest Off +// Blend SrcAlpha OneMinusSrcAlpha -CMD_END +// CMD_END uniform mat4 gamelab_mat_mvp; uniform sampler2D uiTex; |