GlClearBufferDataNative typedef
GlClearBufferDataNative =
Void Function(Uint32 target, Uint32 internalformat, Uint32 format, Uint32 type, Pointer<NativeType> data)
Implementation
typedef GlClearBufferDataNative = Void Function(Uint32 target,
Uint32 internalformat, Uint32 format, Uint32 type, Pointer data);