glDispatchComputeIndirect top-level property

GlDispatchComputeIndirect glDispatchComputeIndirect
getter/setter pair

Implementation

GlDispatchComputeIndirect glDispatchComputeIndirect =
    loadFunction<GlDispatchComputeIndirectNative>(
            _library, 'glDispatchComputeIndirect')
        .asFunction<GlDispatchComputeIndirect>();