diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-03-22 18:51:37 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-03-22 18:51:37 +0000 |
| commit | 45e554b7e85555bfa6518eb92ef6a2c0afb9083f (patch) | |
| tree | e8598212ded6bde31b1ab870404faf2828708112 /Tests/TestApp/assets/Shaders/TextureIntTestDX.psh | |
| parent | Updated core and readme with Vulkan configuration instructions on Mac (diff) | |
| download | DiligentEngine-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.psh | 2 |
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 { |
