glFlushMappedNamedBufferRange top-level property

GlFlushMappedNamedBufferRange glFlushMappedNamedBufferRange
getter/setter pair

Implementation

GlFlushMappedNamedBufferRange glFlushMappedNamedBufferRange =
    loadFunction<GlFlushMappedNamedBufferRangeNative>(
            _library, 'glFlushMappedNamedBufferRange')
        .asFunction<GlFlushMappedNamedBufferRange>();