mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 21:10:05 +00:00
Add threshold geometry shader, refactor vertex and fragment shaders
This commit is contained in:
parent
5e1b1a5ba6
commit
69f93d6faf
9 changed files with 83 additions and 14 deletions
|
|
@ -4,7 +4,7 @@ layout (location = 1) in vec4 aColor;
|
|||
|
||||
uniform mat4 uMVPMatrix;
|
||||
|
||||
out vec4 color;
|
||||
smooth out vec4 color;
|
||||
|
||||
void main()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue