mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 07:50:04 +00:00
Change text background to draw item
This commit is contained in:
parent
0945eff733
commit
689f3dc464
8 changed files with 24 additions and 113 deletions
|
|
@ -1,9 +0,0 @@
|
|||
#version 330 core
|
||||
uniform vec4 uColor;
|
||||
|
||||
layout (location = 0) out vec4 fragColor;
|
||||
|
||||
void main()
|
||||
{
|
||||
fragColor = uColor;
|
||||
}
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
#version 330 core
|
||||
layout (location = 0) in vec2 aVertex;
|
||||
|
||||
uniform mat4 uMVPMatrix;
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_Position = uMVPMatrix * vec4(aVertex, 0.0f, 1.0f);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue