Home

The graphics/shaderc port

shaderc-2024.0 – SL/HLSL to SPIR-V shader compiler (cvsweb github mirror)

Description

shaderc is a collection of tools, libraries and tests for shader
compilation. At the moment it includes:

 - glslc, a command line compiler for GLSL/HLSL to SPIR-V, and
 - libshaderc, a library API for accessing glslc functionality.

glslc wraps around core functionality in glslang and SPIRV-Tools. glslc
and its library 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
WWW: https://github.com/google/shaderc

Maintainer

Omar Polo

Only for arches

aarch64 alpha amd64 arm hppa i386 mips64 mips64el powerpc powerpc64 riscv64 sparc64

Categories

graphics lang/python

Library dependencies

Build dependencies

Test dependencies

Reverse dependencies

Files

Search