summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/TestShaderResArrays.cpp
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-10-18 02:04:00 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-10-18 02:04:00 +0000
commit7ef94e2e9c497e5f99db8385a5fb8acbedfb1be9 (patch)
tree717288e68f4833297cc871ceed92d5701b7146ad /Tests/TestApp/src/TestShaderResArrays.cpp
parentAsteroids demo: enabled bindless mode in DiligentD3D12 and DiligentVk modes (diff)
downloadDiligentEngine-7ef94e2e9c497e5f99db8385a5fb8acbedfb1be9.tar.gz
DiligentEngine-7ef94e2e9c497e5f99db8385a5fb8acbedfb1be9.zip
Fixed test app
Diffstat (limited to 'Tests/TestApp/src/TestShaderResArrays.cpp')
-rw-r--r--Tests/TestApp/src/TestShaderResArrays.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/TestApp/src/TestShaderResArrays.cpp b/Tests/TestApp/src/TestShaderResArrays.cpp
index 71e3b06..63ab383 100644
--- a/Tests/TestApp/src/TestShaderResArrays.cpp
+++ b/Tests/TestApp/src/TestShaderResArrays.cpp
@@ -41,7 +41,6 @@ TestShaderResArrays::TestShaderResArrays(IRenderDevice *pDevice, IDeviceContext
RefCntAutoPtr<IShaderSourceInputStreamFactory> pShaderSourceFactory;
pDevice->GetEngineFactory()->CreateDefaultShaderSourceStreamFactory(nullptr, &pShaderSourceFactory);
CreationAttrs.pShaderSourceStreamFactory = pShaderSourceFactory;
- CreationAttrs.Desc.TargetProfile = SHADER_PROFILE_DX_5_0;
CreationAttrs.UseCombinedTextureSamplers = true;
RefCntAutoPtr<Diligent::IShader> pVS, pPS;