Searched defs:Decorations (Results 1 – 2 of 2) sorted by relevance
160 struct Decorations struct in sw::SpirvShader162 int32_t Location;163 int32_t Component;164 spv::BuiltIn BuiltIn;165 bool HasLocation : 1;166 bool HasComponent : 1;167 bool HasBuiltIn : 1;168 bool Flat : 1;169 bool Centroid : 1;170 bool NoPerspective : 1;[all …]
697 struct Decorations struct699 Decorations() in Decorations() function701 Decorations(const string& f, const string& v, const string& o) in Decorations() function706 string fragment;707 string vertex;708 string others;