Searched defs:VertexBufferLayout (Results 1 – 1 of 1) sorted by relevance
80 struct VertexBufferLayout struct82 int size;83 std::vector<VertexAttributeDescriptor> attributes;85 VertexBufferLayout (int size_ = 0) in VertexBufferLayout() function