Searched defs:AttribValue (Results 1 – 1 of 1) sorted by relevance
119 struct AttribValue { struct126 explicit AttribValue(PatchAttribs attribs) : AttribValue(attribs, {}) {} in AttribValue() argument127 AttribValue(PatchAttribs attribs, const T& t) { in AttribValue() function153 VertexWriter& operator<<(VertexWriter& w, const AttribValue<A, T, Required, Optional>& v) { argument