GlMultiDrawElementsIndirectCountARBNative typedef

GlMultiDrawElementsIndirectCountARBNative = Void Function(Uint32 mode, Uint32 type, Pointer<NativeType> indirect, Int64 drawcount, Int32 maxdrawcount, Int32 stride)

Implementation

typedef GlMultiDrawElementsIndirectCountARBNative = Void Function(
    Uint32 mode,
    Uint32 type,
    Pointer indirect,
    Int64 drawcount,
    Int32 maxdrawcount,
    Int32 stride);