From 98d05c5030ba1c35ddfe402790702b3f44c63134 Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 31 Oct 2021 17:29:32 +0800 Subject: - Runtime Proj + Runner Proj --- Data/Resources/Shaders/Editor-Text.glsl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Data/Resources/Shaders/Editor-Text.glsl') 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; -- cgit v1.1-26-g67d0