diff options
Diffstat (limited to 'Tests/TestApp/include/TestComputeShaders.h')
| -rw-r--r-- | Tests/TestApp/include/TestComputeShaders.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Tests/TestApp/include/TestComputeShaders.h b/Tests/TestApp/include/TestComputeShaders.h index 939e80a..756cf55 100644 --- a/Tests/TestApp/include/TestComputeShaders.h +++ b/Tests/TestApp/include/TestComputeShaders.h @@ -23,7 +23,6 @@ #pragma once -#include "ScriptParser.h" #include "UnitTestBase.h" class TestComputeShaders : public UnitTestBase @@ -37,5 +36,4 @@ public: private: Diligent::RefCntAutoPtr<Diligent::IRenderDevice> m_pRenderDevice; Diligent::RefCntAutoPtr<Diligent::IDeviceContext> m_pDeviceContext; - Diligent::RefCntAutoPtr<Diligent::ScriptParser> m_pRenderScript; }; |
