From 773ae81b4b6cfd90ca4ddf9ee05a2cee5c864562 Mon Sep 17 00:00:00 2001 From: azhirnov Date: Mon, 31 Aug 2020 15:04:02 +0300 Subject: removed unused DXILUtils, fixed some Codacy issues --- Graphics/GraphicsEngineD3D12/include/CommandContext.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'Graphics/GraphicsEngineD3D12') diff --git a/Graphics/GraphicsEngineD3D12/include/CommandContext.hpp b/Graphics/GraphicsEngineD3D12/include/CommandContext.hpp index 75c5dd3c..6fea488e 100644 --- a/Graphics/GraphicsEngineD3D12/include/CommandContext.hpp +++ b/Graphics/GraphicsEngineD3D12/include/CommandContext.hpp @@ -396,7 +396,6 @@ public: { #ifdef D12_H_HAS_MESH_SHADER FlushResourceBarriers(); - m_pCommandList6->DispatchMesh(ThreadGroupCountX, ThreadGroupCountY, ThreadGroupCountZ); static_cast(m_pCommandList.p)->DispatchMesh(ThreadGroupCountX, ThreadGroupCountY, ThreadGroupCountZ); #else UNSUPPORTED("DrawMesh is not supported in current D3D12 header"); -- cgit v1.2.3