1
0
Fork 0

Dump blend source and dest values.

This commit is contained in:
curt 2000-03-16 04:18:41 +00:00
parent 4deab11ed6
commit 2987670e1b

View file

@ -100,6 +100,8 @@ int main ( int argc, char **argv )
getPrinti( GL_UNPACK_ROW_LENGTH , "GL_UNPACK_ROW_LENGTH" ) ;
getPrinti( GL_UNPACK_SKIP_PIXELS , "GL_UNPACK_SKIP_PIXELS" ) ;
getPrinti( GL_UNPACK_SKIP_ROWS , "GL_UNPACK_SKIP_ROWS" ) ;
getPrinti( GL_BLEND_SRC , "GL_BLEND_SRC" ) ;
getPrinti( GL_BLEND_DST , "GL_BLEND_DST" ) ;
return 0 ;
}