svatich
January 17th, 2007, 04:09 AM
I have a couple of questions. I would appreciate if someone would help me cause im in big trouble.
Im writting application using directx7 in normal (windowed) mode. Also im using WTL library to handle windows specific tasks
In the first place I choose directx because i wasnt satisfied with flickering using normal gdi (dc and stuff) under windows.
Now i implemented the stuff using directx and graphics in my program isnt any faster than it was.
How can it be? (I am maybe missing some stuff there)
Do you need to use classic invalidation of rectangle to repaint stuff with directX or you should never use it? if not what to use to repaint some rectangle?
I can provide code if needed
Thanks in advance
Im writting application using directx7 in normal (windowed) mode. Also im using WTL library to handle windows specific tasks
In the first place I choose directx because i wasnt satisfied with flickering using normal gdi (dc and stuff) under windows.
Now i implemented the stuff using directx and graphics in my program isnt any faster than it was.
How can it be? (I am maybe missing some stuff there)
Do you need to use classic invalidation of rectangle to repaint stuff with directX or you should never use it? if not what to use to repaint some rectangle?
I can provide code if needed
Thanks in advance