GlNamedBufferSubDataEXT typedef

GlNamedBufferSubDataEXT = void Function(int program, int colorNumber, int index, Pointer<NativeType> name)

Implementation

typedef GlNamedBufferSubDataEXT = void Function(
    int buffer, int offset, int size, Pointer data);