Package org.lwjgl.util.shaderc


@NonnullDefault package org.lwjgl.util.shaderc
Contains bindings to Shaderc, a collection of libraries for shader compilation.

Shaderc wraps around core functionality in glslang and SPIRV-Tools. Shaderc aims to to provide:

  • a command line compiler with GCC- and Clang-like usage, for better integration with build systems
  • an API where functionality can be added without breaking existing clients
  • an API supporting standard concurrency patterns across multiple operating systems
  • increased functionality such as file #include support