]> git.mxchange.org Git - flightgear.git/commitdiff
Dump blend source and dest values.
authorcurt <curt>
Thu, 16 Mar 2000 04:18:41 +0000 (04:18 +0000)
committercurt <curt>
Thu, 16 Mar 2000 04:18:41 +0000 (04:18 +0000)
tests/gl-info.c

index 8df65f1603ba8dba780d86ab4006dc108a50f65e..2682d6722ac6bedca29ac3595527d7f15790cc12 100644 (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 ;
 }