Searched defs:Decorations (Results 1 – 2 of 2) sorted by relevance
682 struct Decorations struct in sw::Spirv684 int32_t Location = -1;685 int32_t Component = 0;686 spv::BuiltIn BuiltIn = static_cast<spv::BuiltIn>(-1);687 int32_t Offset = -1;688 int32_t ArrayStride = -1;689 int32_t MatrixStride = 1;691 bool HasLocation : 1;692 bool HasComponent : 1;693 bool HasBuiltIn : 1;[all …]
628 struct Decorations struct630 Decorations() in Decorations() argument632 Decorations(const string& f, const string& v, const string& o) in Decorations() function637 string fragment;638 string vertex;639 string others;