diff options
Diffstat (limited to 'tools/gfx/cuda/render-cuda.cpp')
| -rw-r--r-- | tools/gfx/cuda/render-cuda.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/gfx/cuda/render-cuda.cpp b/tools/gfx/cuda/render-cuda.cpp index 3e93c090a..5a7e7babf 100644 --- a/tools/gfx/cuda/render-cuda.cpp +++ b/tools/gfx/cuda/render-cuda.cpp @@ -188,6 +188,11 @@ public: void* m_cudaMemory = nullptr; RefPtr<CUDAContext> m_cudaContext; + + virtual SLANG_NO_THROW DeviceAddress SLANG_MCALL getDeviceAddress() override + { + return (DeviceAddress)m_cudaMemory; + } }; class TextureCUDAResource : public TextureResource |
