mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
make tnl_clipspace_attr->insert field const, to silence warning
This commit is contained in:
parent
14aea4a485
commit
c07ec046b7
1 changed files with 1 additions and 1 deletions
|
|
@ -552,7 +552,7 @@ struct tnl_clipspace_attr
|
|||
GLuint vertattrsize; /* size of the attribute in bytes */
|
||||
GLubyte *inputptr;
|
||||
GLuint inputstride;
|
||||
tnl_insert_func *insert;
|
||||
const tnl_insert_func *insert;
|
||||
tnl_insert_func emit;
|
||||
tnl_extract_func extract;
|
||||
const GLfloat *vp; /* NDC->Viewport mapping matrix */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue