tiny.gpu.SurfaceFrame
Defined in contract.
API (8)
Fields and members
Public fields and members.
Source
Source: lib/gpu/src/contract.zig:1686
zig
pub const SurfaceFrame = struct { id: BackendObjectId, backend: BackendKind, surface: SurfaceHandle, texture: TextureHandle, view: TextureView, index: u32 = 0, generation: u64 = 1, token: u64 = 0,};Source: lib/gpu/src/root.zig:116
zig
pub const SurfaceFrame = contract.SurfaceFrame;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 8 |
| Version | 26.7.0 |
| Revision | daab053ee433 |