diff options
| author | Yong He <yonghe@outlook.com> | 2022-01-14 13:08:46 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-14 13:08:46 -0800 |
| commit | b2f4cb118ef15cbf522be0335e4084ac6db57672 (patch) | |
| tree | 37c2d6c3519ef7fc3d60142a4a31cbe16708e0bc /tools/gfx/debug-layer.h | |
| parent | d3f904cbfa1568366bc8c8d231a57a03d47ddc98 (diff) | |
Various fixes to GFX, nested parameter block test for d3d12. (#2081)
* Various fixes.
* Add nested parameter block test.
* Remove slang-llvm licence info
* Ingore slang-llvm/ directory.
* Fixup.
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'tools/gfx/debug-layer.h')
| -rw-r--r-- | tools/gfx/debug-layer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gfx/debug-layer.h b/tools/gfx/debug-layer.h index 83bcb736f..d848676db 100644 --- a/tools/gfx/debug-layer.h +++ b/tools/gfx/debug-layer.h @@ -121,7 +121,7 @@ public: virtual SLANG_NO_THROW Result SLANG_MCALL createMutableRootShaderObject(IShaderProgram* program, IShaderObject** outObject) override; virtual SLANG_NO_THROW Result SLANG_MCALL - createProgram(const IShaderProgram::Desc& desc, IShaderProgram** outProgram) override; + createProgram(const IShaderProgram::Desc& desc, IShaderProgram** outProgram, ISlangBlob** outDiagnostics) override; virtual SLANG_NO_THROW Result SLANG_MCALL createGraphicsPipelineState( const GraphicsPipelineStateDesc& desc, IPipelineState** outState) override; |
