mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-01 03:21:41 +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;
|
uniform mat4 projectionMatrix;
|
||||||
|
|
||||||
varying vec4 passColor;
|
centroid varying vec4 passColor;
|
||||||
|
|
||||||
void main()
|
void main()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user