PFNGLCLEARNAMEDBUFFERDATAPROC typedef

PFNGLCLEARNAMEDBUFFERDATAPROC = Void Function(Uint32 buffer, Uint32 internalformat, Uint32 format, Uint32 type, Pointer<NativeType> data)

Implementation

typedef PFNGLCLEARNAMEDBUFFERDATAPROC =
    Void Function(
      Uint32 buffer,
      Uint32 internalformat,
      Uint32 format,
      Uint32 type,
      Pointer<NativeType> data,
    );