Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 18, 2019 17:08
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/54de70d88586cb065038b60ae254973f to your computer and use it in GitHub Desktop.
Save ryantm/54de70d88586cb065038b60ae254973f to your computer and use it in GitHub Desktop.
/nix/store/14i4r31sc0sfl9148l3cii853pv7sd29-vulkan-headers-1.1.108
├── include
│   └── vulkan
│   ├── vk_icd.h
│   ├── vk_layer.h
│   ├── vk_platform.h
│   ├── vk_sdk_platform.h
│   ├── vulkan_android.h
│   ├── vulkan_core.h
│   ├── vulkan_fuchsia.h
│   ├── vulkan_ggp.h
│   ├── vulkan.h
│   ├── vulkan.hpp
│   ├── vulkan_ios.h
│   ├── vulkan_macos.h
│   ├── vulkan_metal.h
│   ├── vulkan_vi.h
│   ├── vulkan_wayland.h
│   ├── vulkan_win32.h
│   ├── vulkan_xcb.h
│   ├── vulkan_xlib.h
│   └── vulkan_xlib_xrandr.h
└── share
└── vulkan
└── registry
├── cgenerator.py
├── conventions.py
├── generator.py
├── genvk.py
├── reg.py
├── validusage.json
├── vkconventions.py
└── vk.xml
5 directories, 27 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment