mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
new comments
This commit is contained in:
parent
03f4a487dd
commit
48863cdd0a
1 changed files with 2 additions and 2 deletions
|
|
@ -224,8 +224,8 @@ struct draw_context
|
|||
*/
|
||||
struct {
|
||||
struct {
|
||||
unsigned elt;
|
||||
struct vertex_header *dest;
|
||||
unsigned elt; /**< index into the user's vertex arrays */
|
||||
struct vertex_header *dest; /**< points into vcache.vertex[] array */
|
||||
} queue[VS_QUEUE_LENGTH];
|
||||
unsigned queue_nr;
|
||||
} vs;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue