diff options
| author | Ellie Hermaszewska <ellieh@nvidia.com> | 2023-03-31 03:48:02 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-30 12:48:02 -0700 |
| commit | e3b701c9f56f4a2fb8c56a65b5c75b49ee72ca73 (patch) | |
| tree | f40f494a25e839ed84a68b85f3dd3866c978c721 /tools/gfx/cuda | |
| parent | 72f792858a951821ff266295e018c9472fe02a14 (diff) | |
Enable CUDA render api on unix (#2757)
* Remove extra qualification in cuda device impl
Only MSVC accepts this illegal code
* Enable CUDA render api on unix
---------
Co-authored-by: Yong He <yonghe@outlook.com>
Diffstat (limited to 'tools/gfx/cuda')
| -rw-r--r-- | tools/gfx/cuda/cuda-device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gfx/cuda/cuda-device.h b/tools/gfx/cuda/cuda-device.h index e6a91393b..bfaf1be6e 100644 --- a/tools/gfx/cuda/cuda-device.h +++ b/tools/gfx/cuda/cuda-device.h @@ -86,7 +86,7 @@ public: Result createRootShaderObject(IShaderProgram* program, ShaderObjectBase** outObject); - virtual SLANG_NO_THROW Result SLANG_MCALL DeviceImpl::createProgram( + virtual SLANG_NO_THROW Result SLANG_MCALL createProgram( const IShaderProgram::Desc& desc, IShaderProgram** outProgram, ISlangBlob** outDiagnosticBlob) override; |
