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