ShaderCompiler::BlockInfo struct

std140 uniform block

Public variables

String Name
Block name.
std::uint32_t BaseSize
std140 size covering everything except symbolic arrays
std::uint32_t InstanceStride
Element stride of the symbolic BATCH_SIZE array, or 0 when the block has none.
SmallVector<MemberInfo, 0> Members
Block members in declaration order.