diff options
Diffstat (limited to 'tools/gfx/vulkan/vk-command-queue.h')
| -rw-r--r-- | tools/gfx/vulkan/vk-command-queue.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/tools/gfx/vulkan/vk-command-queue.h b/tools/gfx/vulkan/vk-command-queue.h index c7d4e3eb4..07b3e14e6 100644 --- a/tools/gfx/vulkan/vk-command-queue.h +++ b/tools/gfx/vulkan/vk-command-queue.h @@ -12,9 +12,7 @@ using namespace Slang; namespace vk { -class CommandQueueImpl - : public ICommandQueue - , public ComObject +class CommandQueueImpl : public ICommandQueue, public ComObject { public: SLANG_COM_OBJECT_IUNKNOWN_ALL @@ -44,8 +42,8 @@ public: virtual SLANG_NO_THROW const Desc& SLANG_MCALL getDesc() override; - virtual SLANG_NO_THROW Result SLANG_MCALL waitForFenceValuesOnDevice( - GfxCount fenceCount, IFence** fences, uint64_t* waitValues) override; + virtual SLANG_NO_THROW Result SLANG_MCALL + waitForFenceValuesOnDevice(GfxCount fenceCount, IFence** fences, uint64_t* waitValues) override; void queueSubmitImpl( uint32_t count, |
