Skip to content

exdal/slang-vk

Repository files navigation

slang-vk

Stripped down version of slang for xmake. Meant to be used just as a shader compiler library. Only glslang is supported.

License

The Slang code itself is under the Apache 2.0 with LLVM Exception license (see LICENSE).

Builds of the core Slang tools depend on the following projects, either automatically or optionally, which may have their own licenses:

Slang releases may include slang-llvm which includes LLVM under the license:

  • llvm (Apache 2.0 License with LLVM exceptions)

Some of the tests and example programs that build with Slang use the following projects, which may have their own licenses:

  • glm (MIT)
  • stb_image and stb_image_write from the stb collection of single-file libraries (Public Domain)
  • tinyobjloader (MIT)

About

Stripped down version of Slang for xmake

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages