[fixed]RTT

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Yes, that's the line where the actual depth buffer size is stored for later comparisons. Since 800 is not power-of-two there shouldn't be any problem due to this bug, so I guess it's a different one :)
Could you please run the app through the debugger, with DX settings changed to debug as well? Just choose the dx-debug version, start your app from MSVC in debug and check where the program encounters a dx problem (enable stop at first dx problem in dx settings as well).
Post Reply