GlClearNamedBufferDataEXT typedef
GlClearNamedBufferDataEXT =
void Function(int buffer, int internalformat, int format, int type, Pointer<NativeType> data)
Implementation
typedef GlClearNamedBufferDataEXT = void Function(
int buffer, int internalformat, int format, int type, Pointer data);