Changeset b8072d3 in opengl-game for compile.sh


Ignore:
Timestamp:
May 1, 2021, 6:10:37 PM (3 years ago)
Author:
Dmitry Portnoy <dportnoy@…>
Branches:
feature/imgui-sdl
Children:
756162f
Parents:
e8445f0
git-author:
Dmitry Portnoy <dportnoy@…> (04/22/21 02:28:49)
git-committer:
Dmitry Portnoy <dportnoy@…> (05/01/21 18:10:37)
Message:

Add a VkMemoryPropertyFlags parameter to SDLGame::createBufferSet
instead of hard-coding that value

File:
1 edited

Legend:

Unmodified
Added
Removed
  • compile.sh

    re8445f0 rb8072d3  
    88   VULKAN_SDK_PATH=/Users/dportnoy15/Development/vulkan-sdk-macos-1.1.108.0/macOS
    99fi
     10
     11cd shaders
    1012
    1113shopt -s nullglob
     
    2224   glslangValidator -V $f -o $fOut
    2325done
     26
     27cd ..
Note: See TracChangeset for help on using the changeset viewer.