Struct gfx::pso::buffer::Element
[−]
[src]
pub struct Element<F> { pub format: F, pub offset: u32, pub stride: u8, }
A struct element descriptor.
Fields
format | Element format |
offset | Offset from the beginning of the container, in bytes |
stride | Total container size, in bytes |