Skip to content

Commit 164158f

Browse files
committed
rename "SPIRVToolsConvertUBOToPushConstants.cpp" -> "ConvertUBOToPushConstant"
1 parent 48f3905 commit 164158f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Graphics/ShaderTools/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ if(ENABLE_SPIRV)
117117

118118
if (${USE_SPIRV_TOOLS})
119119
list(APPEND SOURCE src/SPIRVTools.cpp)
120-
list(APPEND SOURCE src/SPIRVToolsConvertUBOToPushConstants.cpp)
120+
list(APPEND SOURCE src/ConvertUBOToPushConstant.cpp)
121121
list(APPEND INCLUDE include/SPIRVTools.hpp)
122122
endif()
123123

Graphics/ShaderTools/src/SPIRVToolsConvertUBOToPushConstants.cpp renamed to Graphics/ShaderTools/src/ConvertUBOToPushConstant.cpp

File renamed without changes.

0 commit comments

Comments
 (0)