Draw a checkerboard pattern behind the image.

This commit is contained in:
Unknown W. Brackets 2013-09-22 20:36:58 -07:00
parent 6073317591
commit 4021acd3f8
3 changed files with 79 additions and 25 deletions

View file

@ -89,6 +89,8 @@ CGEDebugger::CGEDebugger(HINSTANCE _hInstance, HWND _hParent)
breakCmds.resize(256, false);
// TODO: Could be scrollable in case the framebuf is larger? Also should be better positioned.
frameWindow = new SimpleGLWindow(m_hInstance, m_hDlg, (750 - 512) / 2, 40, 512, 272);
// TODO: Why doesn't this work?
frameWindow->Clear();
}
CGEDebugger::~CGEDebugger() {