summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/assets/Shaders/TextureIntTestDX.psh
diff options
context:
space:
mode:
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
{