GlVertexAttribPointerNative typedef

GlVertexAttribPointerNative = Void Function(Uint32 index, Int32 size, Uint32 type, Uint8 normalized, Int32 stride, Uint32 pointer)

Implementation

typedef GlVertexAttribPointerNative = Void Function(Uint32 index, Int32 size,
    Uint32 type, Uint8 normalized, Int32 stride, Uint32 pointer);