diff options
Diffstat (limited to 'magic/Magdir/gpu')
| -rw-r--r-- | magic/Magdir/gpu | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/magic/Magdir/gpu b/magic/Magdir/gpu index 62e30d0f7a25..36d712443ba0 100644 --- a/magic/Magdir/gpu +++ b/magic/Magdir/gpu @@ -1,6 +1,6 @@ #------------------------------------------------------------------------------ -# $File: gpu,v 1.2 2017/03/23 22:11:53 christos Exp $ +# $File: gpu,v 1.3 2021/04/26 15:56:00 christos Exp $ # gpu: file(1) magic for GPU input files # Standard Portable Intermediate Representation (SPIR) @@ -8,12 +8,12 @@ # Typical file extension: .spv 0 belong 0x07230203 Khronos SPIR-V binary, big-endian ->4 belong x \b, version 0x%08x ->8 belong x \b, generator 0x%08x +>4 belong x \b, version %#08x +>8 belong x \b, generator %#08x 0 lelong 0x07230203 Khronos SPIR-V binary, little-endian ->4 lelong x \b, version 0x%08x ->8 lelong x \b, generator 0x%08x +>4 lelong x \b, version %#08x +>8 lelong x \b, generator %#08x # Vulkan Trace file # Documentation: |
