summaryrefslogtreecommitdiffstats
path: root/tools/render-test/render.h
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2017-10-23 10:35:44 -0400
committerYong He <yonghe@outlook.com>2017-10-23 10:35:44 -0400
commitcc6184ebc4d0611be892eaff119de99f8b9e1ca6 (patch)
treedf730688789d46e3d956701bc4b87f2f5f47d916 /tools/render-test/render.h
parent0c8efd12667e66b3177c5d8557a0677c7d5d0e4e (diff)
Work in-progress: simple compute test passed. (d3d renderer)
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;