mkohlhaas / Vulkan-Tut-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vulkan Tutorial

Add GLFW as a Submodule

git submodule add https://github.com/glfw/glfw.git
git checkout -b 3.4                                  # check out latest release (3.4)
git config submodule.glfw.ignore all                 # freeze repository
git config --list --local                            # check settings

Links

About


Languages

Language:C 93.8%Language:CMake 3.6%Language:GLSL 2.7%