mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 06:30:10 +01:00
st/mesa: make rtt_level, face, slice unsigned to silence MSVC warnings
This commit is contained in:
parent
2285645aa2
commit
202299d16e
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ struct st_renderbuffer
|
|||
void *data;
|
||||
|
||||
struct st_texture_object *rtt; /**< GL render to texture's texture */
|
||||
int rtt_level, rtt_face, rtt_slice;
|
||||
unsigned rtt_level, rtt_face, rtt_slice;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue