1
Fork 0
mirror of https://github.com/redstrate/dxbc.git synced 2025-04-19 17:36:49 +00:00
Standalone DXBC->SPIR-V library (from DXVK)
Find a file
2024-04-24 17:15:29 -04:00
example Clean up CMakeLists.txt, make building example optional 2023-09-23 14:00:12 -04:00
include/windows Disable warnings 2023-12-09 22:34:49 -05:00
src Don't build windows-headers on Win32 2024-04-24 17:15:29 -04:00
.gitignore Add initial files 2023-09-22 15:54:45 -04:00
CMakeLists.txt Don't build windows-headers on Win32 2024-04-24 17:15:29 -04:00
LICENSE Add initial files 2023-09-22 15:54:45 -04:00
README.md Add initial files 2023-09-22 15:54:45 -04:00

dxbc

This is the dxbc decompiler pulled directly from the DXVK source tree. This is for my personal use, do not expect me to keep updating this.

See an example of how to use the library in example/.

All credit goes to the DXVK developers, of course.