GlClearNamedBufferData typedef

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

Implementation

typedef GlClearNamedBufferData = void Function(
    int buffer, int internalformat, int format, int type, Pointer data);