GlMapNamedBufferRange typedef

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

Implementation

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