Changeset c458c58 in opengl-game


Ignore:
Timestamp:
Jul 13, 2019, 8:01:53 PM (5 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
e09ad38
Parents:
4befb76
Message:

Create a Windows batch file to compile the shaders into SPIR-V files and add the shaders and shader compilation scripts to the Vulkan Visual Studio project

Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • VulkanGame.vcxproj

    r4befb76 rc458c58  
    141141    <Text Include="README.txt" />
    142142  </ItemGroup>
     143  <ItemGroup>
     144    <None Include="compile.bat" />
     145    <None Include="compile.sh" />
     146    <None Include="shaders\shader.frag" />
     147    <None Include="shaders\shader.vert" />
     148  </ItemGroup>
    143149  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    144150  <ImportGroup Label="ExtensionTargets">
Note: See TracChangeset for help on using the changeset viewer.