summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/assets/Shaders/TextureIntTestDX.psh
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-03-22 18:51:37 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-03-22 18:51:37 +0000
commit45e554b7e85555bfa6518eb92ef6a2c0afb9083f (patch)
treee8598212ded6bde31b1ab870404faf2828708112 /Tests/TestApp/assets/Shaders/TextureIntTestDX.psh
parentUpdated core and readme with Vulkan configuration instructions on Mac (diff)
downloadDiligentEngine-45e554b7e85555bfa6518eb92ef6a2c0afb9083f.tar.gz
DiligentEngine-45e554b7e85555bfa6518eb92ef6a2c0afb9083f.zip
Updated core + fixed sampler type mismatch issue in texturing tests
Diffstat (limited to 'Tests/TestApp/assets/Shaders/TextureIntTestDX.psh')
-rw-r--r--Tests/TestApp/assets/Shaders/TextureIntTestDX.psh2
1 files changed, 1 insertions, 1 deletions
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<uint4> g_tex2DTest : register(t4);
+Texture2D<DATA_TYPE> g_tex2DTest : register(t4);
struct VSOut
{