PFNGLVERTEXATTRIBLPOINTERPROC typedef

PFNGLVERTEXATTRIBLPOINTERPROC = Void Function(Uint32 index, Int32 size, Uint32 type, Int32 stride, Pointer<Void> pointer)

Implementation

typedef PFNGLVERTEXATTRIBLPOINTERPROC = Void Function(
    Uint32 index, Int32 size, Uint32 type, Int32 stride, Pointer<Void> pointer);