コード例 #1
0
ファイル: Commands.cs プロジェクト: emepetres/WebGPU.NET
 public static extern void wgpuCommandEncoderCopyTextureToTexture(IntPtr commandEncoder, WGPUTextureCopyView *source, WGPUTextureCopyView *destination, WGPUExtent3D *copySize);
コード例 #2
0
ファイル: Commands.cs プロジェクト: emepetres/WebGPU.NET
 public static extern void wgpuQueueWriteTexture(IntPtr queue, WGPUTextureCopyView *destination, void *data, ulong dataSize, WGPUTextureDataLayout *dataLayout, WGPUExtent3D *writeSize);