diff options
| author | skallweitNV <64953474+skallweitNV@users.noreply.github.com> | 2024-05-12 00:11:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-11 15:11:44 -0700 |
| commit | e0054151b5b1b4bc44312e3ca737aa2a9a04ff35 (patch) | |
| tree | 8d063554fd9c71e9bad3b76a806d604f28dbf4b1 /tools/gfx/debug-layer/debug-command-encoder.h | |
| parent | 86a9da1573e1eea62fbaeddc97521f2b97ebc255 (diff) | |
add missing Result to IRayTracingCommandEncoder::bindPipline (#4148)
Diffstat (limited to 'tools/gfx/debug-layer/debug-command-encoder.h')
| -rw-r--r-- | tools/gfx/debug-layer/debug-command-encoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gfx/debug-layer/debug-command-encoder.h b/tools/gfx/debug-layer/debug-command-encoder.h index a0c03e84c..152a1a733 100644 --- a/tools/gfx/debug-layer/debug-command-encoder.h +++ b/tools/gfx/debug-layer/debug-command-encoder.h @@ -276,7 +276,7 @@ public: virtual SLANG_NO_THROW void SLANG_MCALL deserializeAccelerationStructure( IAccelerationStructure* dest, DeviceAddress source) override; - virtual SLANG_NO_THROW void SLANG_MCALL + virtual SLANG_NO_THROW Result SLANG_MCALL bindPipeline(IPipelineState* state, IShaderObject** outRootObject) override; virtual SLANG_NO_THROW Result SLANG_MCALL bindPipelineWithRootObject(IPipelineState* state, IShaderObject* rootObject) override; |
