Commit 9466850f by Sahil Parmar

Update gtest to explicitly size gl_PrimitiveIndicesNV[]

parent ab027bef
...@@ -31,7 +31,7 @@ perprimitiveNV out gl_MeshPerPrimitiveNV { ...@@ -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()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment