Esempio n. 1
0
 public static extern WGPUSwapChain createSwapChain(WGPUDevice device, WGPUTextureUsage usage, uint width, uint height, WGPUPresentMode presentMode);
Esempio n. 2
0
 public static extern void wgpuSwapChainConfigure(IntPtr swapChain, WGPUTextureFormat format, WGPUTextureUsage allowedUsage, uint width, uint height);