Skip to content

Commit baab22d

Browse files
Rename SuperResolution_D3D12.cpp to SuperResolutionD3D12.cpp
1 parent 43e4555 commit baab22d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Graphics/SuperResolution/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ set(SOURCE
2222
if(D3D12_SUPPORTED)
2323
list(APPEND
2424
SOURCE
25-
src/SuperResolution_D3D12.cpp
25+
src/SuperResolutionD3D12.cpp
2626
src/SuperResolutionFactoryD3D12.cpp
2727
)
2828
endif()

Graphics/SuperResolution/src/SuperResolution_D3D12.cpp renamed to Graphics/SuperResolution/src/SuperResolutionD3D12.cpp

File renamed without changes.

0 commit comments

Comments
 (0)