Searched defs:Decorations (Results 1 – 2 of 2) sorted by relevance
686 struct Decorations struct in sw::Spirv688 int32_t Location = -1;689 int32_t Component = 0;690 spv::BuiltIn BuiltIn = static_cast<spv::BuiltIn>(-1);691 int32_t Offset = -1;692 int32_t ArrayStride = -1;693 int32_t MatrixStride = 1;695 bool HasLocation : 1;696 bool HasComponent : 1;697 bool HasBuiltIn : 1;[all …]
652 struct Decorations struct654 Decorations() in Decorations() argument657 … Decorations(const string &f, const string &v, const string &o) : fragment(f), vertex(v), others(o) in Decorations() function660 string fragment;661 string vertex;662 string others;