Searched defs:VertexAttribute (Results 1 – 2 of 2) sorted by relevance
57 struct VertexAttribute struct59 VertexAttribute(const std::string &name_, rr::GenericVecType type_) : name(name_), type(type_) in VertexAttribute() function63 std::string name;64 rr::GenericVecType type;
49 VertexAttribute::VertexAttribute(GLuint bindingIndex) in VertexAttribute() function in gl::VertexAttribute59 VertexAttribute::VertexAttribute(VertexAttribute &&attrib) in VertexAttribute() function in gl::VertexAttribute