Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2019 00:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/f974bb14a672e047835bb6e7562be68b to your computer and use it in GitHub Desktop.
Save ryantm/f974bb14a672e047835bb6e7562be68b to your computer and use it in GitHub Desktop.
/nix/store/0f43yhs9hl6fiv2jmcswq230cy31fbsg-spirv-headers-1.5.1
├── include
│   └── spirv
│   ├── 1.0
│   │   ├── extinst.glsl.std.450.grammar.json
│   │   ├── extinst.opencl.std.100.grammar.json
│   │   ├── GLSL.std.450.h
│   │   ├── OpenCL.std.h
│   │   ├── spirv.core.grammar.json
│   │   ├── spirv.cs
│   │   ├── spirv.h
│   │   ├── spirv.hpp
│   │   ├── spirv.hpp11
│   │   ├── spirv.json
│   │   ├── spirv.lua
│   │   └── spirv.py
│   ├── 1.1
│   │   ├── extinst.glsl.std.450.grammar.json
│   │   ├── extinst.opencl.std.100.grammar.json
│   │   ├── GLSL.std.450.h
│   │   ├── OpenCL.std.h
│   │   ├── spirv.core.grammar.json
│   │   ├── spirv.cs
│   │   ├── spirv.h
│   │   ├── spirv.hpp
│   │   ├── spirv.hpp11
│   │   ├── spirv.json
│   │   ├── spirv.lua
│   │   └── spirv.py
│   ├── 1.2
│   │   ├── extinst.glsl.std.450.grammar.json
│   │   ├── extinst.opencl.std.100.grammar.json
│   │   ├── GLSL.std.450.h
│   │   ├── OpenCL.std.h
│   │   ├── spirv.core.grammar.json
│   │   ├── spirv.cs
│   │   ├── spirv.h
│   │   ├── spirv.hpp
│   │   ├── spirv.hpp11
│   │   ├── spirv.json
│   │   ├── spirv.lua
│   │   └── spirv.py
│   ├── spir-v.xml
│   └── unified1
│   ├── extinst.glsl.std.450.grammar.json
│   ├── extinst.opencl.std.100.grammar.json
│   ├── GLSL.std.450.h
│   ├── OpenCL.std.h
│   ├── spirv.core.grammar.json
│   ├── spirv.cs
│   ├── spirv.h
│   ├── spirv.hpp
│   ├── spirv.hpp11
│   ├── spirv.json
│   ├── spirv.lua
│   ├── spirv.py
│   └── spv.d
└── lib
└── cmake
└── SPIRV-Headers
├── SPIRV-HeadersConfig.cmake
├── SPIRV-HeadersConfigVersion.cmake
└── SPIRV-HeadersTargets.cmake
9 directories, 53 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment