From 393d5beb1e0e71e6f2a384c9ab19b717f389a056 Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 23 Feb 2022 10:30:19 -0800 Subject: gfx: d3d12 performance optimizations. (#2140) * gfx: d3d12 performance optimizations. * Fix. * Fix unit test bug. * Add gfx interface for directly allocating GPU descriptor tables. Co-authored-by: Yong He --- tools/gfx/cuda/render-cuda.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tools/gfx/cuda/render-cuda.cpp') diff --git a/tools/gfx/cuda/render-cuda.cpp b/tools/gfx/cuda/render-cuda.cpp index db5661f20..6d1f7f354 100644 --- a/tools/gfx/cuda/render-cuda.cpp +++ b/tools/gfx/cuda/render-cuda.cpp @@ -945,12 +945,6 @@ public: return static_cast(this); return nullptr; } - - virtual SLANG_NO_THROW Result SLANG_MCALL resetDescriptorHeaps() override - { - return SLANG_OK; - } - public: CUDADevice* m_device; TransientResourceHeapBase* m_transientHeap; -- cgit v1.2.3