PFNGLBUFFERSUBDATAPROC typedef
PFNGLBUFFERSUBDATAPROC =
Void Function(Uint32 target, Pointer<NativeType> offset, Pointer<Uint32> size, Pointer<NativeType> data)
Implementation
typedef PFNGLBUFFERSUBDATAPROC =
Void Function(
Uint32 target,
Pointer<NativeType> offset,
Pointer<Uint32> size,
Pointer<NativeType> data,
);