PFNGLMULTICASTCOPYBUFFERSUBDATANVPROC typedef

PFNGLMULTICASTCOPYBUFFERSUBDATANVPROC = Void Function(Uint32 readGpu, Uint32 writeGpuMask, Uint32 readBuffer, Uint32 writeBuffer, Pointer<NativeType> readOffset, Pointer<NativeType> writeOffset, Pointer<Uint32> size)

Implementation

typedef PFNGLMULTICASTCOPYBUFFERSUBDATANVPROC =
    Void Function(
      Uint32 readGpu,
      Uint32 writeGpuMask,
      Uint32 readBuffer,
      Uint32 writeBuffer,
      Pointer<NativeType> readOffset,
      Pointer<NativeType> writeOffset,
      Pointer<Uint32> size,
    );