GlClearNamedBufferSubDataEXTNative typedef
GlClearNamedBufferSubDataEXTNative =
Void Function(Uint32 buffer, Uint32 internalformat, Int64 offset, Int64 size, Uint32 format, Uint32 type, Pointer<NativeType> data)
Implementation
typedef GlClearNamedBufferSubDataEXTNative = Void Function(
Uint32 buffer,
Uint32 internalformat,
Int64 offset,
Int64 size,
Uint32 format,
Uint32 type,
Pointer data);