]> git.mxchange.org Git - flightgear.git/commit
Tweaked color buffer clearing defaults. We clear the color buffer if we
authorcurt <curt>
Mon, 20 Jul 1998 12:49:44 +0000 (12:49 +0000)
committercurt <curt>
Mon, 20 Jul 1998 12:49:44 +0000 (12:49 +0000)
commita6f9590bafd1838185cbcff18ee0fdd6f5fd239f
tree6357b885e646d52765a842d1aef8c0168953319a
parentd8039a551e6758c30a00e56a47af89cd51250b4e
Tweaked color buffer clearing defaults.  We clear the color buffer if we
are doing textures.  Assumptions:  If we are doing textures we have hardware
support that can clear the color buffer for "free."  If we are doing software
rendering with textures, then the extra clear time gets lost in the noise.
Main/GLUTmain.cxx