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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/render-test/shader-input-layout.h b/tools/render-test/shader-input-layout.h
index 92dd516a7..be86d971f 100644
--- a/tools/render-test/shader-input-layout.h
+++ b/tools/render-test/shader-input-layout.h
@@ -73,6 +73,7 @@ class ShaderInputLayout
public:
Slang::List<ShaderInputLayoutEntry> entries;
Slang::List<Slang::String> globalTypeArguments;
+ Slang::List<Slang::String> entryPointTypeArguments;
int numRenderTargets = 1;
void Parse(const char * source);
};