|
|
Donner SVG 0.8.0-pre
SVG editor and embeddable C++20 engine.
|
Linux (X11) implementation of CreateSurfaceFromGlfwWindow. More...
Namespaces | |
| namespace | donner |
| Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css. | |
Functions | |
| wgpu::Surface | donner::example::CreateSurfaceFromGlfwWindow (const wgpu::Instance &instance, GLFWwindow *window) |
Create a WebGPU surface backed by the platform-native handle of window. | |
Linux (X11) implementation of CreateSurfaceFromGlfwWindow.
|
nodiscard |
Create a WebGPU surface backed by the platform-native handle of window.
| instance | WebGPU instance used to create the surface. |
| window | GLFW window that owns the native platform window. |