summaryrefslogtreecommitdiffstats
path: root/tools/render-test/render.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/render-test/render.h')
-rw-r--r--tools/render-test/render.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/render-test/render.h b/tools/render-test/render.h
index 426b0738a..706868e9a 100644
--- a/tools/render-test/render.h
+++ b/tools/render-test/render.h
@@ -90,7 +90,7 @@ public:
virtual void presentFrame() = 0;
virtual void captureScreenShot(char const* outputPath) = 0;
-
+ virtual void serializeOutput(BindingState * state, char const* outputPath) = 0;
virtual Buffer* createBuffer(BufferDesc const& desc) = 0;
virtual InputLayout* createInputLayout(InputElementDesc const* inputElements, UInt inputElementCount) = 0;