Fix acronym naming standard

- Now follow standard that acronyms should only capitalize the first
  letter
This commit is contained in:
Thraix
2023-05-22 12:03:51 +02:00
parent 84b24457a0
commit 0cd35928a7
25 changed files with 107 additions and 107 deletions
+2 -2
View File
@@ -233,7 +233,7 @@
<ClCompile Include="src\copium\buffer\VertexBuffer.cpp" />
<ClCompile Include="src\copium\pipeline\VertexDescriptor.cpp" />
<ClCompile Include="src\copium\mesh\VertexPassthrough.cpp" />
<ClCompile Include="src\copium\util\UUID.cpp" />
<ClCompile Include="src\copium\util\Uuid.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\copium\asset\Asset.h" />
@@ -313,7 +313,7 @@
<ClInclude Include="src\copium\mesh\Vertex.h" />
<ClInclude Include="src\copium\buffer\VertexBuffer.h" />
<ClInclude Include="src\copium\pipeline\VertexDescriptor.h" />
<ClInclude Include="src\copium\util\UUID.h" />
<ClInclude Include="src\copium\util\Uuid.h" />
<ClInclude Include="src\copium\util\VulkanException.h" />
<ClInclude Include="src\copium\mesh\VertexPassthrough.h" />
</ItemGroup>