mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 14:08:05 +02:00
softpipe: silence warning
This commit is contained in:
parent
3db9644a9e
commit
73d9400ad6
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ struct softpipe_context {
|
|||
ubyte *mapped_vbuffer[PIPE_MAX_ATTRIBS];
|
||||
|
||||
/** Mapped constant buffers */
|
||||
void *mapped_constants[PIPE_SHADER_TYPES][PIPE_MAX_CONSTANT_BUFFERS];
|
||||
const void *mapped_constants[PIPE_SHADER_TYPES][PIPE_MAX_CONSTANT_BUFFERS];
|
||||
|
||||
/** Vertex format */
|
||||
struct vertex_info vertex_info;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue