[go: up one dir, main page]

encase 0.4.1

Provides a mechanism to lay out data into GPU buffers ensuring WGSL's memory layout requirements are met
Documentation
1
2
3
4
use crate::rts_array::impl_rts_array;

// softcap
impl_rts_array!(smallvec::SmallVec<A>; (T, A: smallvec::Array<Item = T>); using len truncate);