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.
std::vector<MemberInfo> Members
Block members in declaration order.