diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | appveyor.yml | 4 |
2 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,7 @@ # Slang + + Slang is a library for compiling real-time shader code. It can be used with either existing HLSL or GLSL code, or with code written directly in Slang. The library provides a variety of services that application developers can use to put together the shader compilation workflow they want. diff --git a/appveyor.yml b/appveyor.yml index bd190bf6e..abbcf100e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,6 +5,10 @@ version: 0.0.{build} # build worker image image: Visual Studio 2015 +# script to run before build +install: + - git submodule update --init --recursive + # platforms to build platform: - Win32 |
