Re-organise external-facing headers to be more easily used

* renderdoc/api/replay/ contains all the headers for using the replay and
  analysis side of renderdoc (like in a UI or auto-testing tool)
* renderdoc/api/app/ contains the headers if you wanted to write a
  renderdoc-aware application.
This commit is contained in:
baldurk
2014-09-13 12:52:25 +01:00
parent fd7c18ffde
commit 6fbb247efd
43 changed files with 408 additions and 389 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
#include <unistd.h>
#include <replay/renderdoc.h>
#include <replay/renderdoc_replay.h>
using std::wstring;