diff options
Diffstat (limited to 'Tests/TestApp/src/RenderScriptTest.cpp')
| -rw-r--r-- | Tests/TestApp/src/RenderScriptTest.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Tests/TestApp/src/RenderScriptTest.cpp b/Tests/TestApp/src/RenderScriptTest.cpp index 4d8175e..977fff2 100644 --- a/Tests/TestApp/src/RenderScriptTest.cpp +++ b/Tests/TestApp/src/RenderScriptTest.cpp @@ -412,13 +412,13 @@ RenderScriptTest::RenderScriptTest( IRenderDevice *pRenderDevice, IDeviceContext pScript->Run( "TestBufferViewArg", pBuffUAV ); } - { - RefCntAutoPtr<IShaderVariable> pShaderVar; - pScript->GetShaderVariableByName( "svTestBlock", &pShaderVar ); - assert( pShaderVar ); - - pScript->SetGlobalVariable( "svTestBlock", pShaderVar ); - pScript->Run( "TestShaderVariable", pShaderVar ); - } + //{ + // RefCntAutoPtr<IShaderResourceVariable> pShaderVar; + // pScript->GetShaderVariableByName( "svTestBlock", &pShaderVar ); + // assert( pShaderVar ); + + // pScript->SetGlobalVariable( "svTestBlock", pShaderVar ); + // pScript->Run( "TestShaderVariable", pShaderVar ); + //} SetStatus(TestResult::Succeeded); } |
