menu
BufferOptions
import { BufferOptions } from "destack:compute";
Allocation options for a compute buffer.
1export struct BufferOptions {2 label: string;3 hostAccess: HostAccess;4 alignment: usize;5}Members
label: stringDebug label.
hostAccess: HostAccessHost mapping permission.
alignment: usizeRequested byte alignment.