]> git.cworth.org Git - apitrace/blobdiff - retrace/d3dretrace.hpp
Dump depth textures as a single image (issue #97).
[apitrace] / retrace / d3dretrace.hpp
index 91f235766284474c0cf412ba7fcf2d8099cc714a..b552c0bf3935a609d06fe9be07f34bf4095897ec 100644 (file)
@@ -50,6 +50,12 @@ extern const retrace::Entry d3d9_callbacks[];
 HWND
 createWindow(int width, int height);
 
+void
+resizeWindow(HWND hWnd, int width, int height);
+
+bool
+processEvents(void);
+
 
 } /* namespace d3dretrace */