summaryrefslogtreecommitdiff
path: root/tools/gfx-unit-test/instanced-draw-tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gfx-unit-test/instanced-draw-tests.cpp')
-rw-r--r--tools/gfx-unit-test/instanced-draw-tests.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/gfx-unit-test/instanced-draw-tests.cpp b/tools/gfx-unit-test/instanced-draw-tests.cpp
index 636a4e2e4..b8f5d362f 100644
--- a/tools/gfx-unit-test/instanced-draw-tests.cpp
+++ b/tools/gfx-unit-test/instanced-draw-tests.cpp
@@ -1,7 +1,10 @@
+#if 0
+// Duplicated: This is tested in slang-rhi\tests\test-cmd-draw.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;
@@ -602,3 +605,5 @@ SLANG_UNIT_TEST(drawIndexedIndirectVulkan)
Slang::RenderApiFlag::Vulkan);
}
} // namespace gfx_test
+
+#endif