Page 1 of 1

How to implement DisplayDevice::Update(Rect )?

PostPosted: Dec 20, 2003 @ 3:23am
by DrZhivago

PostPosted: Dec 20, 2003 @ 4:21am
by Presto

PostPosted: Dec 20, 2003 @ 10:47am
by Kzinti

PostPosted: Dec 21, 2003 @ 2:20am
by Presto

PostPosted: Dec 22, 2003 @ 5:45am
by fast_rx
This is just a shot in the dark, but since no one else has responded...

m_backSurface->m_buffer.get() != m_GAPIBuffer
is false because the device you're debugging on isn't using a GAPI buffer...

So, if it's not using a GAPI buffer... someone else care to finish?