From 785cb48914cde2e2cfb5204ce4c6db9d538f1e5c Mon Sep 17 00:00:00 2001 From: "YONGH\\yongh" Date: Wed, 25 Oct 2017 20:38:00 -0400 Subject: test --- tools/render-test/render-d3d11.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools/render-test') diff --git a/tools/render-test/render-d3d11.cpp b/tools/render-test/render-d3d11.cpp index 6b42d0fe3..3f0a8cc53 100644 --- a/tools/render-test/render-d3d11.cpp +++ b/tools/render-test/render-d3d11.cpp @@ -1100,6 +1100,7 @@ public: auto dxContext = dxImmediateContext; auto dxBindingState = (D3DBindingState*)state; FILE * f = fopen(fileName, "wb"); + int id = 0; for (auto & binding : dxBindingState->bindings) { if (binding.isOutput) @@ -1113,9 +1114,10 @@ public: } else { - throw "not implemented"; + printf("invalid output type at %d.\n"); } } + id++; } fprintf(f, "test result. \n"); fclose(f); -- cgit v1.2.3