Searched defs:SpecConstant (Results 1 – 1 of 1) sorted by relevance
90 struct SpecConstant struct92 deUint32 specID; //!< specialization constant ID93 std::string declarationCode; //!< syntax to declare the constant, use ${ID} as an ID placeholder94 deUint32 size; //!< data size on the host, 0 = no specialized value95 GenericValue specValue; //!< specialized value passed by the API97 SpecConstant (const deUint32 specID_, const std::string declarationCode_) in SpecConstant() argument105 …SpecConstant (const deUint32 specID_, const std::string declarationCode_, const deUint32 size_, co… in SpecConstant() function