Struct gfx_core::shade::ConstantBufferVar
[−]
[src]
pub struct ConstantBufferVar { pub name: String, pub slot: ConstantBufferSlot, pub size: usize, pub usage: Usage, }
A constant buffer.
Fields
name | Name of this constant buffer. |
slot | Slot of the constant buffer. |
size | Size (in bytes) of this buffer's data. |
usage | What program stage this buffer is used in. |