Searched defs:VertexAttributeDescriptor (Results 1 – 1 of 1) 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_, VertexComponentType componentType_, VertexComponentConver… in VertexAttributeDescriptor() argument63 VertexAttributeDescriptor(void) in VertexAttributeDescriptor() argument