tiny.windowing.PresentError
Defined in tiny.windowing.
API (6)
Fields and members
Public fields and members.
Source
Source: lib/windowing/src/window.zig:72
zig
pub const PresentError = error{ UnsupportedPlatform, UnsupportedFormat, CapacityExceeded, Unexpected, OutOfMemory, /// The Wayland surface presents dma-bufs with explicit synchronization, and every commit of /// it must carry sync points that a shared-memory frame lacks. ExplicitSyncSurface,};Source: lib/windowing/src/root.zig:139
zig
pub const PresentError = window.PresentError;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 6 |
| Version | 26.7.0 |
| Revision | daab053ee433 |