GlMultiDrawElementsIndirectBindlessNV typedef

GlMultiDrawElementsIndirectBindlessNV = void Function(int mode, int type, Pointer<NativeType> indirect, int drawCount, int stride, int vertexBufferCount)

Implementation

typedef GlMultiDrawElementsIndirectBindlessNV = void Function(
    int mode,
    int type,
    Pointer indirect,
    int drawCount,
    int stride,
    int vertexBufferCount);