summaryrefslogtreecommitdiff
path: root/tools/gfx/render.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gfx/render.h')
-rw-r--r--tools/gfx/render.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gfx/render.h b/tools/gfx/render.h
index bfbe0f82a..bc880d0be 100644
--- a/tools/gfx/render.h
+++ b/tools/gfx/render.h
@@ -141,6 +141,7 @@ struct ShaderCompileRequest
EntryPoint vertexShader;
EntryPoint fragmentShader;
EntryPoint computeShader;
+ Slang::List<Slang::String> globalTypeArguments;
Slang::List<Slang::String> entryPointTypeArguments;
};