View Single Post
  #8  
Old 05-07-2012, 03:52 PM
Insuber Insuber is offline
Approved Member
 
Join Date: Oct 2007
Location: Paris - France
Posts: 1,406
Default

Quote:
Originally Posted by Al Capwn View Post
That sounds a little fishy, ColourBits=64 doesn't really make any sense, the only reason that may bring any change is it may default to a lower value with an invalid input, such as 24 or 16. ColourBits=32 should be the highest allowed value, (comes from DepthBits=24 and StencilBits=8 ) you can try experimenting with DepthBits=24/StencilBits=0 or DepthBits=16/StencilBits=8 and see if you get similar results to making 'ColourBits=64' to see what's really being applied.
Buchon clarified that in another thread, he said that the max value is 32 also. In his opinion anyway the changes are useless because those parameters are dummies.

Cheers!
Reply With Quote