PFNGLCLEARBUFFERDATAPROC typedef

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

Implementation

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