SPIRV-Reflect
Shader reflection library
A library that provides a C/C++ reflection API for SPIR-V shader bytecode in Vulkan applications.
SPIRV-Reflect is a lightweight library that provides a C/C++ reflection API for SPIR-V shader bytecode in Vulkan applications.
709 stars
40 watching
150 forks
Language: C
last commit: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A tool and library for converting SPIR-V to other shader languages and providing reflection APIs for Vulkan pipeline layouts and OpDecorations. | 2,097 |
| A set of tools and libraries for processing SPIR-V modules used in graphics and compute applications. | 1,094 |
| Provides machine-readable files for the SPIR-V Registry. | 276 |
| A small, flexible library for runtime reflection and metadata in C++11. | 5 |
| A C++17 runtime reflection library for dynamic entity manipulation and metadata management in cross-platform applications. | 227 |
| A Visual Studio extension that simplifies compilation of GLSL and HLSL shaders to SPIR-V binary | 91 |
| An optimized hierarchical screen space traversal kernel for reflections in graphics rendering. | 290 |
| A clean implementation of reflection and related proposals in C++. | 29 |
| A shader format encoder that reduces the size of SPIR-V programs without sacrificing compatibility or performance. | 317 |
| Provides reflection and serialization capabilities for user-defined types without boilerplate code | 1,351 |
| A set of tools to help developers verify correct use of the Vulkan API and detect potential errors in their applications. | 782 |
| A reflection-based serialization library for C++ | 99 |
| A C++ library that enables dynamic reflection and metadata management using Clang's compiler infrastructure | 276 |
| An approach to improve static analysis of Android apps by handling reflective calls | 50 |
| A minimal C++ static reflection API and codegen tool for generating macro-based APIs | 257 |