Skip to documentation
SLOP

tiny.gpu.BufferAllocation

Reference tiny.gpu BufferAllocation

Defined in contract.

API (4)

Fields and members

Public fields and members.

No direct callersNo direct callscontractBufferAllocation
Static calls · unresolved targets: unknown · external targets: unknown.

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

Definitions1
Public names2
Members4
Version26.7.0
Revisiondaab053ee433