GlDrawElementsIndirect typedef

GlDrawElementsIndirect = void Function(int program, int index, Pointer<NativeType> name)

Implementation

typedef GlDrawElementsIndirect = void Function(
    int mode, int type, Pointer indirect);