diff options
Diffstat (limited to 'Data')
-rw-r--r-- | Data/Resources/Shaders/Editor-Text.glsl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Data/Resources/Shaders/Editor-Text.glsl b/Data/Resources/Shaders/Editor-Text.glsl index bc71fff..e2c2ae7 100644 --- a/Data/Resources/Shaders/Editor-Text.glsl +++ b/Data/Resources/Shaders/Editor-Text.glsl @@ -5,7 +5,7 @@ Cull Off Blend SrcAlpha OneMinusSrcAlpha DepthTest Off CMD_END - + uniform mat4 gamelab_mat_mvp; uniform sampler2D uiTex; uniform vec2 uiText_ST; @@ -13,6 +13,7 @@ uniform vec2 uiText_ST; VSH_BEGIN layout (location = 0) in vec2 vPos; layout (location = 1) in vec2 vUV; +layout (location = 2) in vec4 vColor; out vec2 uv; |