mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-28 06:53:40 +00:00
- fix validation error for shader input not declared by main.vp
This commit is contained in:
parent
f2e37d506e
commit
5f12191c05
1 changed files with 0 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
|||
layout(location=2) in vec4 pixelpos;
|
||||
layout(location=0) out vec4 FragColor;
|
||||
|
||||
void main()
|
||||
|
|
Loading…
Reference in a new issue