GlMapNamedBufferRangeEXT typedef

GlMapNamedBufferRangeEXT = Pointer<NativeType> Function(int buffer, int offset, int length, int access)

Implementation

typedef GlMapNamedBufferRangeEXT = Pointer Function(
    int buffer, int offset, int length, int access);