GlMapBufferRange typedef

GlMapBufferRange = Pointer<NativeType> Function(int target, int offset, int length, int access)

Implementation

typedef GlMapBufferRange = Pointer Function(
    int target, int offset, int length, int access);