mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 19:10:14 +01:00
silenced warnings in FX_grSstPerfStats()
This commit is contained in:
parent
b5410da76e
commit
ce8e1a4f13
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ void FX_grGlideGetVersion(char *buf)
|
|||
|
||||
void FX_grSstPerfStats(GrSstPerfStats_t *st)
|
||||
{
|
||||
int n;
|
||||
FxI32 n;
|
||||
grGet(GR_STATS_PIXELS_IN, 4, &n); st->pixelsIn = n;
|
||||
grGet(GR_STATS_PIXELS_CHROMA_FAIL, 4, &n); st->chromaFail = n;
|
||||
grGet(GR_STATS_PIXELS_DEPTHFUNC_FAIL, 4, &n); st->zFuncFail = n;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue