PFNGLMULTIDRAWELEMENTSINDIRECTPROC typedef

PFNGLMULTIDRAWELEMENTSINDIRECTPROC = Void Function(Uint32 mode, Uint32 type, Pointer<Void> indirect, Int32 drawcount, Int32 stride)

Implementation

typedef PFNGLMULTIDRAWELEMENTSINDIRECTPROC = Void Function(Uint32 mode,
    Uint32 type, Pointer<Void> indirect, Int32 drawcount, Int32 stride);