SPIRV-Cross
Shader converter
A tool and library for converting SPIR-V to other shader languages and providing reflection APIs for Vulkan pipeline layouts and OpDecorations.
SPIRV-Cross is a practical tool and library for performing reflection on SPIR-V and disassembling SPIR-V back to high level languages.
2k stars
88 watching
566 forks
Language: GLSL
last commit: 8 days ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
khronosgroup/spirv-reflect | A library that provides a C/C++ reflection API for SPIR-V shader bytecode in Vulkan applications. | 698 |
khronosgroup/spirv-tools | A set of tools and libraries for processing SPIR-V modules used in graphics and compute applications. | 1,087 |
khronosgroup/spirv-headers | Provides machine-readable files for the SPIR-V Registry. | 273 |
alaingalvan/crossshader | A tool for converting between different shader languages and compilers. | 282 |
saschawillems/spirv-vsextension | A Visual Studio extension that simplifies compilation of GLSL and HLSL shaders to SPIR-V binary | 92 |
microsoft/shaderconductor | A tool for converting HLSL shader code to multiple shading languages | 1,775 |
aras-p/smol-v | A shader format encoder that reduces the size of SPIR-V programs without sacrificing compatibility or performance. | 317 |
tsteinholz/loveshaderconverter | A tool to convert shaders from one GLSL variant to another | 75 |
pema99/glsl2hlsl | A tool for converting Shadertoy shaders to Unity-compatible shaders | 87 |
google/shaderc | A collection of tools and libraries for compiling shader code into a graphics pipeline format | 1,852 |
khronosgroup/glsl | Maintains and develops the GLSL shading language specification and extensions used in graphics rendering. | 345 |
khronosgroup/vk-gl-cts | Conformance testing suite for graphics APIs | 527 |
lukasbanana/xshadercompiler | A tool that translates shader code from HLSL to GLSL | 351 |
google/shaderc-rs | Rust bindings for the shaderc library to compile GLSL/HLSL source code into SPIR-V binary modules or assembly code. | 259 |
khronosgroup/vulkan-validationlayers | A set of tools to help developers verify correct use of the Vulkan API and detect potential errors in their applications. | 770 |