From 7ef94e2e9c497e5f99db8385a5fb8acbedfb1be9 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Thu, 17 Oct 2019 19:04:00 -0700 Subject: Fixed test app --- Tests/TestApp/src/TestTexturing.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'Tests/TestApp/src/TestTexturing.cpp') diff --git a/Tests/TestApp/src/TestTexturing.cpp b/Tests/TestApp/src/TestTexturing.cpp index 2856886..df6adce 100644 --- a/Tests/TestApp/src/TestTexturing.cpp +++ b/Tests/TestApp/src/TestTexturing.cpp @@ -170,7 +170,6 @@ void TestTexturing::Init( IRenderDevice *pDevice, IDeviceContext *pDeviceContext RefCntAutoPtr pShaderSourceFactory; pDevice->GetEngineFactory()->CreateDefaultShaderSourceStreamFactory("Shaders", &pShaderSourceFactory); CreationAttrs.pShaderSourceStreamFactory = pShaderSourceFactory; - CreationAttrs.Desc.TargetProfile = bUseGLSL ? SHADER_PROFILE_GL_4_2 : SHADER_PROFILE_DX_5_0; CreationAttrs.UseCombinedTextureSamplers = true; RefCntAutoPtr pVS, pPS; -- cgit v1.2.3