mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-21 15:28:18 +02:00
doxygen: Link GLvector4f struct members properly, avoiding invalid XML/HTML warning
Signed-off-by: Rhys Kidd <rhyskidd@gmail.com> Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
bc893e3dad
commit
00fb21e744
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@
|
|||
*/
|
||||
typedef struct {
|
||||
GLfloat (*data)[4]; /**< may be malloc'd or point to client data */
|
||||
GLfloat *start; /**< points somewhere inside of <data> */
|
||||
GLfloat *start; /**< points somewhere inside of GLvector4f::data */
|
||||
GLuint count; /**< size of the vector (in elements) */
|
||||
GLuint stride; /**< stride from one element to the next (in bytes) */
|
||||
GLuint size; /**< 2-4 for vertices and 1-4 for texcoords */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue