import { WGPUSwapChain } from "https://deno.land/x/daybreak@v0.0.6/src/wgpu/objects.ts";
Constructors
new
WGPUSwapChain(ptr: Deno.UnsafePointer)Methods
configure(): void
format: wgpu.WGPUTextureFormat,
allowedUsage: wgpu.WGPUTextureUsage,
width: number,
height: number,
getCurrentTextureView(): wgpu.WGPUTextureView
present(): void