REXM: RENAME: example: shaders_normal_map --> shaders_normalmap_rendering

This commit is contained in:
Ray
2025-09-08 20:33:18 +02:00
parent 4cf4c6645e
commit 6afc608477
8 changed files with 9 additions and 9 deletions

View File

@ -53,9 +53,9 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{6BFF72EA-7362-4A3B-B6E5-9A3655BBBDA3}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>shaders_normal_map</RootNamespace>
<RootNamespace>shaders_normalmap_rendering</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
<ProjectName>shaders_normal_map</ProjectName>
<ProjectName>shaders_normalmap_rendering</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
@ -553,7 +553,7 @@
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\..\examples\shaders\shaders_normal_map.c" />
<ClCompile Include="..\..\..\examples\shaders\shaders_normalmap_rendering.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\examples\examples.rc" />