GlClearNamedBufferSubDataEXT typedef

GlClearNamedBufferSubDataEXT = void Function(int buffer, int internalformat, int offset, int size, int format, int type, Pointer<NativeType> data)

Implementation

typedef GlClearNamedBufferSubDataEXT = void Function(
    int buffer,
    int internalformat,
    int offset,
    int size,
    int format,
    int type,
    Pointer data);