Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 410 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 410 Bytes

MonoGame-GLSL

Test code for GLSL shaders on MonoGame-SDL2

Git

This project uses git submodules, so you need to clone it with the --recursive parameter to clone all the dependencies too (otherwise it won't build):

git clone --recursive https://github.com/tobiasschulz/MonoGame-GLSL.git

Run the following command to update all submodules:

git submodule update --init --recursive