PFNGLCLEARNAMEDBUFFERSUBDATAEXTPROC typedef

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

Implementation

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