Searched defs:VertexAttribute (Results 1 – 3 of 3) 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
77 private static class VertexAttribute { class in ImageShader90 public VertexAttribute(String name, int index) { in VertexAttribute() method in ImageShader.VertexAttribute