summaryrefslogtreecommitdiff
path: root/retrace/daemon/glframe_state.hpp
diff options
context:
space:
mode:
authorMark Janes <mark.a.janes@intel.com>2016-08-02 14:15:39 -0700
committerMark Janes <mark.a.janes@intel.com>2017-06-19 14:04:47 -0700
commit7e84af509666dfee3e297eb74dd9384fea2e6d17 (patch)
treea55947dac645715476f8d6d7430af0c53210d506 /retrace/daemon/glframe_state.hpp
parentcc8993f63dcc4b26403f0966b1316734f9e86bde (diff)
Allow replacement of tesselation shaders
Diffstat (limited to 'retrace/daemon/glframe_state.hpp')
-rw-r--r--retrace/daemon/glframe_state.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/retrace/daemon/glframe_state.hpp b/retrace/daemon/glframe_state.hpp
index 5ba7a91f..fad326ac 100644
--- a/retrace/daemon/glframe_state.hpp
+++ b/retrace/daemon/glframe_state.hpp
@@ -63,6 +63,8 @@ class StateTrack {
const ShaderAssembly &currentTessEvalShader() const;
uint64_t currentContext() const { return current_context; }
int useProgram(const std::string &vs, const std::string &fs,
+ const std::string &tessControl,
+ const std::string &tessEval,
std::string *message = NULL);
void useProgram(int program);
void onApi(OnFrameRetrace *callback);