glDrawElementsIndirect top-level property

GlBindAttribLocation glDrawElementsIndirect
getter/setter pair

Implementation

GlDrawElementsIndirect glDrawElementsIndirect =
    loadFunction<GlDrawElementsIndirectNative>(
            _library, 'glDrawElementsIndirect')
        .asFunction<GlDrawElementsIndirect>();