PFNGLINDEXPOINTERPROC typedef

PFNGLINDEXPOINTERPROC = Void Function(Uint32 type, Uint32 stride, Pointer<NativeType> ptr)

Implementation

typedef PFNGLINDEXPOINTERPROC =
    Void Function(Uint32 type, Uint32 stride, Pointer<NativeType> ptr);