Skip to content

Commit 390e0f5

Browse files
committed
Fixed Set_Primitive_Restart_Index wrapper ref
1 parent 572730d commit 390e0f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/gl/specs/gl-api.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@ spec GL.API is
240240
Base_Vertex : Int) with
241241
Dynamic => "glDrawElementsBaseVertex", Wrapper => "GL.Objects.Buffers.Draw_Elements_Base_Vertex";
242242
procedure Primitive_Restart_Index (Index : UInt) with
243-
Dynamic => "glPrimitiveRestartIndex", Wrapper => "GL.Objects.Buffers.Primitive_Restart_Index";
243+
Dynamic => "glPrimitiveRestartIndex",
244+
Wrapper => "GL.Objects.Vertex_Arrays.Set_Primitive_Restart_Index";
244245
procedure Vertex_Attrib_Divisor (Index : GL.Attributes.Attribute;
245246
Divisor : UInt) with
246247
Dynamic => "glVertexAttribDivisor", Wrapper => "GL.Attributes.Vertex_Attrib_Divisor";

0 commit comments

Comments
 (0)