summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/TestDrawCommands.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/TestDrawCommands.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/TestDrawCommands.cpp')
-rw-r--r--Tests/TestApp/src/TestDrawCommands.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/TestApp/src/TestDrawCommands.cpp b/Tests/TestApp/src/TestDrawCommands.cpp
index 23b0426..75919c8 100644
--- a/Tests/TestApp/src/TestDrawCommands.cpp
+++ b/Tests/TestApp/src/TestDrawCommands.cpp
@@ -159,7 +159,6 @@ void TestDrawCommands::Init(IRenderDevice *pDevice, IDeviceContext *pDeviceConte
RefCntAutoPtr<IShaderSourceInputStreamFactory> pShaderSourceFactory;
pDevice->GetEngineFactory()->CreateDefaultShaderSourceStreamFactory(nullptr, &pShaderSourceFactory);
CreationAttrs.pShaderSourceStreamFactory = pShaderSourceFactory;
- CreationAttrs.Desc.TargetProfile = bUseGLSL ? SHADER_PROFILE_GL_4_2 : SHADER_PROFILE_DX_5_0;
CreationAttrs.UseCombinedTextureSamplers = true;
RefCntAutoPtr<IShader> pVS, pVSInst, pPS;