mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2024-12-29 03:19:44 +00:00
add missing centroid to debug vertex shaders
This commit is contained in:
parent
b8878cb5f9
commit
81267e7be7
@ -2,7 +2,7 @@
|
||||
|
||||
uniform mat4 projectionMatrix;
|
||||
|
||||
varying vec4 passColor;
|
||||
centroid varying vec4 passColor;
|
||||
|
||||
void main()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user