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