new
WinitWindow(unnamed 0: { forceX11?: boolean; width?: number; height?: number; presentationFormat?: GPUTextureFormat; setupFunction?: (device: GPUDevice,context: GPUCanvasContext,) => void; drawFunction?: (device: GPUDevice,context: GPUCanvasContext,) => void; resizeFunction?: () => void; })
private
drawFunction: (device: GPUDevice,context: GPUCanvasContext,) => void
private
dylibPromise: Promise<winitDylib>
private
presentationFormat: GPUTextureFormat
private
resizeFunction: () => void
private
setupFunction: (device: GPUDevice,context: GPUCanvasContext,) => void
private
system: "win32"
| "cocoa"
| "wayland"
| "x11"
| null