PFNGLASYNCCOPYBUFFERSUBDATANVXPROC typedef

PFNGLASYNCCOPYBUFFERSUBDATANVXPROC = Uint32 Function(Uint32 waitSemaphoreCount, Pointer<Uint32> waitSemaphoreArray, Pointer<Uint64> fenceValueArray, Uint32 readGpu, Uint32 writeGpuMask, Uint32 readBuffer, Uint32 writeBuffer, Pointer<NativeType> readOffset, Pointer<NativeType> writeOffset, Pointer<Uint32> size, Uint32 signalSemaphoreCount, Pointer<Uint32> signalSemaphoreArray, Pointer<Uint64> signalValueArray)

Implementation

typedef PFNGLASYNCCOPYBUFFERSUBDATANVXPROC =
    Uint32 Function(
      Uint32 waitSemaphoreCount,
      Pointer<Uint32> waitSemaphoreArray,
      Pointer<Uint64> fenceValueArray,
      Uint32 readGpu,
      Uint32 writeGpuMask,
      Uint32 readBuffer,
      Uint32 writeBuffer,
      Pointer<NativeType> readOffset,
      Pointer<NativeType> writeOffset,
      Pointer<Uint32> size,
      Uint32 signalSemaphoreCount,
      Pointer<Uint32> signalSemaphoreArray,
      Pointer<Uint64> signalValueArray,
    );