Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 10, 2020 13:57
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 r-ryantm/9f0ebe973d49e8fa0bc4ad2e833f97f4 to your computer and use it in GitHub Desktop.
Save r-ryantm/9f0ebe973d49e8fa0bc4ad2e833f97f4 to your computer and use it in GitHub Desktop.
/nix/store/xdrrvy1vpyyv306y6xz635ppjah5q0xy-spirv-headers-1.5.3
├── 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
│   ├── AMD_gcn_shader.h
│   ├── AMD_shader_ballot.h
│   ├── AMD_shader_explicit_vertex_parameter.h
│   ├── AMD_shader_trinary_minmax.h
│   ├── DebugInfo.h
│   ├── extinst.debuginfo.grammar.json
│   ├── extinst.glsl.std.450.grammar.json
│   ├── extinst.nonsemantic.debugprintf.grammar.json
│   ├── extinst.opencl.debuginfo.100.grammar.json
│   ├── extinst.opencl.std.100.grammar.json
│   ├── extinst.spv-amd-gcn-shader.grammar.json
│   ├── extinst.spv-amd-shader-ballot.grammar.json
│   ├── extinst.spv-amd-shader-explicit-vertex-parameter.grammar.json
│   ├── extinst.spv-amd-shader-trinary-minmax.grammar.json
│   ├── GLSL.std.450.h
│   ├── NonSemanticDebugPrintf.h
│   ├── OpenCLDebugInfo100.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, 67 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment