Changeset eea05dd in opengl-game for VulkanGame.vcxproj


Ignore:
Timestamp:
Jul 26, 2019, 5:23:30 AM (5 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
88ebdc8
Parents:
c7fb883
Message:

Create a Vulkan image and fill it with image data loaded from a file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • VulkanGame.vcxproj

    rc7fb883 reea05dd  
    142142    <ClInclude Include="game-gui-sdl.hpp" />
    143143    <ClInclude Include="game-gui.hpp" />
     144    <ClInclude Include="stb_image.h" />
    144145  </ItemGroup>
    145146  <ItemGroup>
     
    152153    <None Include="shaders\shader.vert" />
    153154  </ItemGroup>
     155  <ItemGroup>
     156    <Image Include="textures\texture.jpg" />
     157  </ItemGroup>
    154158  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    155159  <ImportGroup Label="ExtensionTargets">
Note: See TracChangeset for help on using the changeset viewer.