PFNGLVERTEXATTRIBPOINTERPROC typedef

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

Implementation

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