Struct gfx::shade::core::ConstantBufferVar
[−]
[src]
pub struct ConstantBufferVar {
pub name: String,
pub slot: u8,
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. |