tiny.wayland.protocol.desktop.zwp_linux_dmabuf_feedback_v1.enumerations
Defined in protocol.desktop.zwp_linux_dmabuf_feedback_v1.
API (2)
Values and defaults
Public values and defaults.
Source
Source: lib/wayland/src/protocol/generated/desktop.zig:2404
zig
pub const enumerations = struct { pub const tranche_flags: schema.Enumeration = .{ .name = "tranche_flags", .since = 1, .bitfield = true, .entries = &.{ .{ .name = "scanout", .value = 1, .since = 4, .deprecated_since = null }, .{ .name = "sampling", .value = 2, .since = 6, .deprecated_since = null }, }, }; pub const all = [_]schema.Enumeration{tranche_flags}; };Also reachable as
protocol.generated.desktop.zwp_linux_dmabuf_feedback_v1.enumerations.
Audit
| Definitions | 3 |
|---|---|
| Public names | 6 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |