Skip to content

spencer-lunarg/SPIRV-Parsing-Example

Repository files navigation

SPIR-V Parsing Examples

This is a repo to help showcase how one can parse SPIR-V to get the information they need

This is designed for things that are too specialized for a tool like SPIRV-Reflect

Building

mkdir build
cd build
cmake ..
cmake --build .

Then use by going

./bda_address input.spv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published