Searched defs:OverridableConstant (Results 1 – 2 of 2) sorted by relevance
92 struct OverridableConstant { struct94 std::string name;97 uint16_t numeric_id;100 enum class Type {108 Type type;111 bool is_initialized = false;115 bool is_numeric_id_specified = false;
208 struct OverridableConstant { struct209 uint32_t id;212 enum class Type { Boolean, Float32, Uint32, Int32 } type;217 bool isInitialized;222 OverridableConstantScalar defaultValue;