We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 572730d commit 390e0f5Copy full SHA for 390e0f5
src/gl/specs/gl-api.spec
@@ -240,7 +240,8 @@ spec GL.API is
240
Base_Vertex : Int) with
241
Dynamic => "glDrawElementsBaseVertex", Wrapper => "GL.Objects.Buffers.Draw_Elements_Base_Vertex";
242
procedure Primitive_Restart_Index (Index : UInt) with
243
- Dynamic => "glPrimitiveRestartIndex", Wrapper => "GL.Objects.Buffers.Primitive_Restart_Index";
+ Dynamic => "glPrimitiveRestartIndex",
244
+ Wrapper => "GL.Objects.Vertex_Arrays.Set_Primitive_Restart_Index";
245
procedure Vertex_Attrib_Divisor (Index : GL.Attributes.Attribute;
246
Divisor : UInt) with
247
Dynamic => "glVertexAttribDivisor", Wrapper => "GL.Attributes.Vertex_Attrib_Divisor";
0 commit comments