Skip to main content
GPU - Deno documentation

Classes

c
Deno.UnsafeWindowSurface
Creates a presentable WebGPU surface from given window and display handles. The parameters correspond to the table below: | system | winHandle | displayHandle | | ----------------- | ------------- | --------------- | | "cocoa" (macOS) | `NSView*` | - | | "win32" (Windows) | `HWND` | `HINSTANCE` | | "x11" (Linux) | Xlib `Window` | Xlib `Display*` | | "wayland" (Linux) | `wl_surface*` | `wl_display*` |