From 45e554b7e85555bfa6518eb92ef6a2c0afb9083f Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Fri, 22 Mar 2019 11:51:37 -0700 Subject: Updated core + fixed sampler type mismatch issue in texturing tests --- Tests/TestApp/assets/Shaders/TextureIntTestDX.psh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tests/TestApp/assets/Shaders/TextureIntTestDX.psh') diff --git a/Tests/TestApp/assets/Shaders/TextureIntTestDX.psh b/Tests/TestApp/assets/Shaders/TextureIntTestDX.psh index 1d785ab..4dfc67f 100644 --- a/Tests/TestApp/assets/Shaders/TextureIntTestDX.psh +++ b/Tests/TestApp/assets/Shaders/TextureIntTestDX.psh @@ -1,5 +1,5 @@ -Texture2D g_tex2DTest : register(t4); +Texture2D g_tex2DTest : register(t4); struct VSOut { -- cgit v1.2.3