#[derive(FromUniform)]
{
// Attributes available to this derive:
#[spongefish]
}
Expand description
Derive macro for the FromUniform trait.
Generates an implementation that samples struct fields sequentially from a fixed-size buffer.
Fields can be skipped using #[spongefish(skip)].