Searched defs:VertexAttributeDescriptor (Results 1 – 2 of 2) sorted by relevance
41 struct VertexAttributeDescriptor struct43 int location;44 VertexComponentType componentType;45 VertexComponentConversion convert;46 int numComponents;47 int numElements;48 int stride; //!< Stride or 0 if using default stride.49 const void* pointer; //!< Pointer or offset.51 VertexAttributeDescriptor (int location_, in VertexAttributeDescriptor() function68 VertexAttributeDescriptor (void) in VertexAttributeDescriptor() argument
69 struct VertexAttributeDescriptor { struct89 std::vector<VertexAttributeDescriptor> in_attributes); argument