summaryrefslogtreecommitdiffstats
path: root/tools/render-test/shader-input-layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/render-test/shader-input-layout.h')
-rw-r--r--tools/render-test/shader-input-layout.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/render-test/shader-input-layout.h b/tools/render-test/shader-input-layout.h
index e57e1ed8b..d2f67a61e 100644
--- a/tools/render-test/shader-input-layout.h
+++ b/tools/render-test/shader-input-layout.h
@@ -67,8 +67,6 @@ public:
ArrayDesc arrayDesc;
bool isOutput = false;
bool isCPUOnly = false;
- int hlslBinding = -1;
- Slang::List<int> glslBinding;
Slang::String name; ///< Optional name. Useful for binding through reflection.
};