tiny.gpu.RenderBindings
Defined in contract.
A pipeline's resources, written once and bound by every draw that names them.
API (3)
Fields and members
Public fields and members.
Source
Source: lib/gpu/src/contract.zig:500
zig
/// A pipeline's resources, written once and bound by every draw that names them. The resources/// must outlive it, and `destroyObject` releases it.pub const RenderBindings = struct { id: BackendObjectId, backend: BackendKind, pipeline: BackendObjectId,};Source: lib/gpu/src/root.zig:146
zig
pub const RenderBindings = contract.RenderBindings;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 3 |
| Version | 26.7.0 |
| Revision | daab053ee433 |