Lines Matching full:vertex
23 * \brief Vertex packet and Vertex packet allocator
38 * \brief Vertex packet
40 * Vertex packet contains inputs and outputs for vertex shading.
42 * Inputs consist of per-vertex vertex and instance indices. Attribute
57 int vertexNdx; //!< Vertex index.
64 GenericVec4 outputs[1]; //!< Generic vertex shader outputs - passed to subsequent shader stages. Array length is the number of outputs.
82 * \brief Vertex packet allocator
84 * Allocates vertex packets.
86 * Vertex packet must have enough space allocated for its outputs.
88 * All memory allocated for vertex packets is released when VertexPacketAllocator
89 * is destroyed. Allocated vertex packets should not be accessed after