mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-14 07:30:18 +01:00
use GLuint instead of uint
This commit is contained in:
parent
be91a0be58
commit
bbe364603c
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ static void TAG(WriteMonoDepthSpan)( GLcontext *ctx,
|
|||
CLIPSPAN( x, y, n, x1, n1, i );
|
||||
|
||||
if ( DBG ) fprintf( stderr, "%s %d..%d (x1 %d) = %u\n",
|
||||
__FUNCTION__, (int)i, (int)n1, (int)x1, (uint)depth );
|
||||
__FUNCTION__, (int)i, (int)n1, (int)x1, (GLuint)depth );
|
||||
|
||||
if ( mask ) {
|
||||
for ( ; i < n1 ; i++, x1++ ) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue