diff options
Diffstat (limited to 'tools/gfx')
| -rw-r--r-- | tools/gfx/render.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/gfx/render.h b/tools/gfx/render.h index 42cf5fe60..30373b356 100644 --- a/tools/gfx/render.h +++ b/tools/gfx/render.h @@ -12,6 +12,7 @@ #include "../../source/core/slang-smart-pointer.h" #include "../../source/core/slang-list.h" #include "../../source/core/slang-dictionary.h" +#include "../../source/core/slang-process-util.h" #include "../../slang.h" @@ -149,6 +150,8 @@ struct ShaderCompileRequest Slang::List<Slang::String> entryPointGenericTypeArguments; Slang::List<Slang::String> entryPointExistentialTypeArguments; Slang::List<Slang::String> globalExistentialTypeArguments; + + Slang::List<Slang::CommandLine::Arg> compileArgs; }; /// Different formats of things like pixels or elements of vertices |
