Exemplo n.º 1
0
 public static extern void wgpuCommandEncoderCopyTextureToTexture(IntPtr commandEncoder, WGPUTextureCopyView *source, WGPUTextureCopyView *destination, WGPUExtent3D *copySize);
Exemplo n.º 2
0
 public static extern void wgpuQueueWriteTexture(IntPtr queue, WGPUTextureCopyView *destination, void *data, ulong dataSize, WGPUTextureDataLayout *dataLayout, WGPUExtent3D *writeSize);