tiny.gpu.BufferAllocation
Defined in contract.
API (4)
Fields and members
Public fields and members.
Source
Source: lib/gpu/src/contract.zig:1697
zig
pub const BufferAllocation = struct { byte_size: usize, alignment: u32 = 1, dtype: ?DType = null, element_count: ?u64 = null,};Source: lib/gpu/src/root.zig:117
zig
pub const BufferAllocation = contract.BufferAllocation;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 4 |
| Version | 26.7.0 |
| Revision | daab053ee433 |