diff options
author | Mark Janes <mark.a.janes@intel.com> | 2017-04-28 17:33:19 -0700 |
---|---|---|
committer | Mark Janes <mark.a.janes@intel.com> | 2017-06-19 14:04:51 -0700 |
commit | 00aaf8d033522089382a94610d6e92f31f31ce4f (patch) | |
tree | 4ed1eb81b0b8451d8d670ca25494263fc87fa3ab /retrace/daemon/glframe_retrace.hpp | |
parent | 2e3abae206c0ed73ebefd80b6518c065b89c8910 (diff) |
Experiments: add simple shader experiment
Diffstat (limited to 'retrace/daemon/glframe_retrace.hpp')
-rw-r--r-- | retrace/daemon/glframe_retrace.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/retrace/daemon/glframe_retrace.hpp b/retrace/daemon/glframe_retrace.hpp index c7738f8b..f5d7baf4 100644 --- a/retrace/daemon/glframe_retrace.hpp +++ b/retrace/daemon/glframe_retrace.hpp @@ -92,6 +92,7 @@ class FrameRetrace : public IFrameRetrace { const std::string &comp, OnFrameRetrace *callback); void disableDraw(const RenderSelection &selection, bool disable); + void simpleShader(const RenderSelection &selection, bool simple); // this is going to be ugly to serialize // void insertCall(const trace::Call &call, // uint32_t renderId,); |