Skip to content

Commit 33e0f0e

Browse files
committed
Remove unnecessary Utils11.cpp/Utils11.h for d3d11
1 parent fd08114 commit 33e0f0e

File tree

6 files changed

+0
-164
lines changed

6 files changed

+0
-164
lines changed

axmol/rhi/d3d11/Driver11.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
#include "axmol/rhi/d3d11/RenderPipeline11.h"
3232
#include "axmol/rhi/d3d11/DepthStencilState11.h"
3333
#include "axmol/rhi/d3d11/VertexLayout11.h"
34-
#include "axmol/rhi/d3d11/Utils11.h"
3534
#include "axmol/rhi/RHIUtils.h"
3635
#include "axmol/base/Logging.h"
3736
#include "axmol/platform/Application.h"

axmol/rhi/d3d11/RenderContext11.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
#include "axmol/rhi/d3d11/RenderPipeline11.h"
2727
#include "axmol/rhi/d3d11/DepthStencilState11.h"
2828
#include "axmol/rhi/d3d11/Buffer11.h"
29-
#include "axmol/rhi/d3d11/Utils11.h"
3029
#include "axmol/rhi/d3d11/Program11.h"
3130
#include "axmol/rhi/d3d11/VertexLayout11.h"
3231
#include <dxgi1_2.h>

axmol/rhi/d3d11/RenderTarget11.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
****************************************************************************/
2424
#include "axmol/rhi/d3d11/RenderTarget11.h"
2525
#include "axmol/rhi/d3d11/Texture11.h"
26-
#include "axmol/rhi/d3d11/Utils11.h"
2726
#include "axmol/rhi/DXUtils.h"
2827

2928
namespace ax::rhi::d3d11

axmol/rhi/d3d11/Texture11.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
****************************************************************************/
2424
#include "axmol/rhi/d3d11/Texture11.h"
2525
#include "axmol/rhi/d3d11/Driver11.h"
26-
#include "axmol/rhi/d3d11/Utils11.h"
2726
#include "axmol/rhi/DXUtils.h"
2827
#include "axmol/rhi/RHIUtils.h"
2928
#include "axmol/rhi/SamplerCache.h"

axmol/rhi/d3d11/Utils11.cpp

Lines changed: 0 additions & 109 deletions
This file was deleted.

axmol/rhi/d3d11/Utils11.h

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)