diff options
Diffstat (limited to 'tools/gfx-unit-test/shared-textures-tests.cpp')
| -rw-r--r-- | tools/gfx-unit-test/shared-textures-tests.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/gfx-unit-test/shared-textures-tests.cpp b/tools/gfx-unit-test/shared-textures-tests.cpp index f017c959e..7a1007489 100644 --- a/tools/gfx-unit-test/shared-textures-tests.cpp +++ b/tools/gfx-unit-test/shared-textures-tests.cpp @@ -1,7 +1,10 @@ +#if 0 +// Duplicated: This is identical to slang-rhi\tests\test-texture-shared.cpp + #include "core/slang-basic.h" #include "gfx-test-util.h" -#include "gfx-util/shader-cursor.h" #include "slang-gfx.h" +#include "slang-rhi/shader-cursor.h" #include "unit-test/slang-unit-test.h" using namespace gfx; @@ -259,3 +262,5 @@ SLANG_UNIT_TEST(sharedTextureVulkanToCUDA) } #endif } // namespace gfx_test + +#endif
\ No newline at end of file |
