Changeset 756162f in opengl-game for compile.sh


Ignore:
Timestamp:
May 1, 2021, 6:26:44 PM (3 years ago)
Author:
Dmitry Portnoy <dportnoy@…>
Branches:
feature/imgui-sdl
Children:
9d21aac
Parents:
b8072d3 (diff), cb6fabb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Dmitry Portnoy <dportnoy@…> (05/01/21 18:26:23)
git-committer:
Dmitry Portnoy <dportnoy@…> (05/01/21 18:26:44)
Message:

Merge branch 'feature/imgui-sdl' of medievaltech.com:opengl-game into feature/imgui-sdl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • compile.sh

    rb8072d3 r756162f  
    11# TODO: Figure out why calling this from a makefile gives an error about shopt not being found
    2 
    3 # This section is left here in case there's no easy way to get glslangValidator in the path on a Mac
    4 
    5 OS=$(uname)
    6 
    7 if [ $OS = "Darwin" ]; then
    8    VULKAN_SDK_PATH=/Users/dportnoy15/Development/vulkan-sdk-macos-1.1.108.0/macOS
    9 fi
    102
    113cd shaders
Note: See TracChangeset for help on using the changeset viewer.