tiny.gpu.RenderBindingsRequest
Defined in contract.
Resources for every binding of pipeline, in the order of artifact.bindings.
API (3)
Fields and members
Public fields and members.
Source
Source: lib/gpu/src/contract.zig:492
zig
/// Resources for every binding of `pipeline`, in the order of `artifact.bindings`.pub const RenderBindingsRequest = struct { artifact: *const RenderArtifact, pipeline: LoadedRenderArtifact, resources: []const RenderResource,};Source: lib/gpu/src/root.zig:145
zig
pub const RenderBindingsRequest = contract.RenderBindingsRequest;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 3 |
| Version | 26.7.0 |
| Revision | daab053ee433 |