Pattern for SPIR-V 1.5 rev 4 (#17)

* Patter for SPIR-V 1.5 rev 4

* Merge headers into spirv.hexpat

* use padding for Version
This commit is contained in:
Fabian Wahlster
2021-06-17 17:52:18 +03:00
committed by GitHub
parent d672934033
commit 0bed03fd88
2 changed files with 646 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ Hex patterns, include patterns and magic files for the use with the ImHex Hex Ed
| WAV | `audio/wav` | `patterns/wav.hexpat` | RIFF header, WAVE header, PCM header |
| ZIP | `application/zip` | `patterns/zip.hexpat` | End of Central Directory Header, Central Directory File Headers |
| PCAP | `application/vnd.tcpdump.pcap` | `patterns/pcap.hexpat` | pcap header and packets |
| SPIRV | | `patterns/spirv.hexpat` | SPIR-V header and instructions |
### Include Patterns