Struct gfx::device::shade::BlockVar
[−]
[src]
pub struct BlockVar { pub name: String, pub size: usize, pub usage: u8, }
A uniform block.
Fields
name | Name of this uniform block. |
size | Size (in bytes) of this uniform block's data. |
usage | What program stage this uniform block can be used in, as a bitflag. |