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: about 1 month ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
khronosgroup/spirv-cross | A tool and library for converting SPIR-V to other shader languages and providing reflection APIs for Vulkan pipeline layouts and OpDecorations. | 2,097 |
khronosgroup/spirv-tools | A set of tools and libraries for processing SPIR-V modules used in graphics and compute applications. | 1,094 |
khronosgroup/spirv-headers | Provides machine-readable files for the SPIR-V Registry. | 276 |
stevinz/reflect | A small, flexible library for runtime reflection and metadata in C++11. | 5 |
jsoysouvanh/refureku | A C++17 runtime reflection library for dynamic entity manipulation and metadata management in cross-platform applications. | 227 |
saschawillems/spirv-vsextension | A Visual Studio extension that simplifies compilation of GLSL and HLSL shaders to SPIR-V binary | 91 |
gpuopen-effects/fidelityfx-sssr | An optimized hierarchical screen space traversal kernel for reflections in graphics rendering. | 290 |
asutton/clang-reflect | A clean implementation of reflection and related proposals in C++. | 29 |
aras-p/smol-v | A shader format encoder that reduces the size of SPIR-V programs without sacrificing compatibility or performance. | 317 |
boostorg/pfr | Provides reflection and serialization capabilities for user-defined types without boilerplate code | 1,351 |
khronosgroup/vulkan-validationlayers | A set of tools to help developers verify correct use of the Vulkan API and detect potential errors in their applications. | 782 |
chocolacula/easy_reflection_cpp | A reflection-based serialization library for C++ | 99 |
celtoys/clreflect | A C++ library that enables dynamic reflection and metadata management using Clang's compiler infrastructure | 276 |
serval-snt-uni-lu/droidra | An approach to improve static analysis of Android apps by handling reflective calls | 50 |
manu343726/tinyrefl | A minimal C++ static reflection API and codegen tool for generating macro-based APIs | 257 |