mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 23:10:05 +00:00
Implement active box using new draw item on draw layers
This commit is contained in:
parent
999d322985
commit
d30b6d4011
13 changed files with 610 additions and 37 deletions
9
scwx-qt/gl/color.frag
Normal file
9
scwx-qt/gl/color.frag
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#version 330 core
|
||||
in vec4 color;
|
||||
|
||||
layout (location = 0) out vec4 fragColor;
|
||||
|
||||
void main()
|
||||
{
|
||||
fragColor = color;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue