diff options
Diffstat (limited to 'tools/render-test/slang-support.h')
| -rw-r--r-- | tools/render-test/slang-support.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/render-test/slang-support.h b/tools/render-test/slang-support.h index 03de062d1..a9b8c8871 100644 --- a/tools/render-test/slang-support.h +++ b/tools/render-test/slang-support.h @@ -16,8 +16,9 @@ struct ShaderCompiler SlangSourceLanguage sourceLanguage; SlangPassThrough passThrough; char const* profile; - - RefPtr<ShaderProgram> compileProgram( + SlangSession* slangSession; + + RefPtr<ShaderProgram> compileProgram( ShaderCompileRequest const& request); }; |
