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