mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-08 11:30:06 +00:00
Update gtest to explicitly size gl_PrimitiveIndicesNV[]
This commit is contained in:
parent
ab027bef3d
commit
9466850f54
@ -31,7 +31,7 @@ perprimitiveNV out gl_MeshPerPrimitiveNV {
|
|||||||
int gl_ViewportMask[];
|
int gl_ViewportMask[];
|
||||||
} gl_MeshPrimitivesNV[]; // implicitly sized to MAX_PRIM
|
} gl_MeshPrimitivesNV[]; // implicitly sized to MAX_PRIM
|
||||||
|
|
||||||
out uint gl_PrimitiveIndicesNV[]; // explicitly sized to MAX_PRIM * 3
|
out uint gl_PrimitiveIndicesNV[MAX_PRIM*3]; // explicitly sized to MAX_PRIM * 3
|
||||||
|
|
||||||
void main()
|
void main()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user