tiny.gpu.StreamHandle
Defined in contract.
A caller holds this value to order work on one device queue.
API (2)
Fields and members
Public fields and members.
Source
Source: lib/gpu/src/contract.zig:1643
zig
/// A caller holds this value to order work on one device queue. The value names one ordered queue/// of device work by id and backend. The backend handle that created the queue owns the id until/// the caller passes it to `destroyObject`.pub const StreamHandle = struct { id: BackendObjectId, backend: BackendKind,};Source: lib/gpu/src/root.zig:111
zig
pub const StreamHandle = contract.StreamHandle;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 2 |
| Version | 26.7.0 |
| Revision | daab053ee433 |