Move API-agnostic pipeline state wrapper into core interface

* There's no need for this to be in the UI, and moving it allows it to be used
  from script which is very useful.
This commit is contained in:
baldurk
2018-06-18 17:33:48 +01:00
parent 7ae6581a65
commit 14e3a3d360
48 changed files with 1057 additions and 1203 deletions
@@ -24,6 +24,7 @@
#include <Python.h>
#include <stdlib.h>
#include <algorithm>
#include "renderdoc_replay.h"
@@ -38,6 +39,8 @@ std::string DoStringise(const uint32_t &el)
#include "renderdoc_tostr.inl"
#include "pipestate.inl"
extern "C" PyThreadState *GetExecutingThreadState(PyObject *global_handle)
{
return NULL;