diff options
Diffstat (limited to 'tools/render-test/slang-support.h')
| -rw-r--r-- | tools/render-test/slang-support.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/render-test/slang-support.h b/tools/render-test/slang-support.h index 99509914e..5e38c8c69 100644 --- a/tools/render-test/slang-support.h +++ b/tools/render-test/slang-support.h @@ -87,7 +87,7 @@ struct ShaderCompilerUtil static SlangResult readSource(const Slang::String& inSourcePath, List<char>& outSourceText); - static SlangResult compileProgram(SlangSession* session, const Input& input, const ShaderCompileRequest& request, Output& out); + static SlangResult compileProgram(SlangSession* session, const Options& options, const Input& input, const ShaderCompileRequest& request, Output& out); }; |
