diff options
Diffstat (limited to 'Tests/TestApp/src/TestPipelineStateBase.cpp')
| -rw-r--r-- | Tests/TestApp/src/TestPipelineStateBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/TestApp/src/TestPipelineStateBase.cpp b/Tests/TestApp/src/TestPipelineStateBase.cpp index 3e17d77..2164bf6 100644 --- a/Tests/TestApp/src/TestPipelineStateBase.cpp +++ b/Tests/TestApp/src/TestPipelineStateBase.cpp @@ -44,7 +44,7 @@ TestPipelineStateBase::TestPipelineStateBase(Diligent::IRenderDevice *pDevice, c UnitTestBase(Name), m_pDevice(pDevice) { - ShaderCreationAttribs Attrs; + ShaderCreateInfo Attrs; Attrs.Source = g_ShaderSource; Attrs.EntryPoint = "VSMain"; Attrs.Desc.ShaderType = SHADER_TYPE_VERTEX; |
