GlVertexArrayVertexBuffers typedef
GlVertexArrayVertexBuffers =
void Function(int vaobj, int first, int count, Pointer<Uint32> buffers, Pointer<Int64> offsets, Pointer<Int32> strides)
Implementation
typedef GlVertexArrayVertexBuffers = void Function(
int vaobj,
int first,
int count,
Pointer<Uint32> buffers,
Pointer<Int64> offsets,
Pointer<Int32> strides);