Skip to documentation
SLOP

tiny.windowing.PresentError

Reference tiny.windowing PresentError

Defined in tiny.windowing.

API (6)

Fields and members

Public fields and members.

No direct callersNo direct callstiny.windowingPresentError
Static calls · unresolved targets: unknown · external targets: unknown.

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

Definitions1
Public names1
Members6
Version26.7.0
Revisiondaab053ee433