Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created July 30, 2020 16:25
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/28d0df84d32cd1921323d374e77c0a66 to your computer and use it in GitHub Desktop.
Save r-ryantm/28d0df84d32cd1921323d374e77c0a66 to your computer and use it in GitHub Desktop.
/nix/store/a0prlxvlragph5xjb9mf31ah9pdw62da-vulkan-headers-1.2.148
├── include
│   └── vulkan
│   ├── vk_icd.h
│   ├── vk_layer.h
│   ├── vk_platform.h
│   ├── vk_sdk_platform.h
│   ├── vulkan_android.h
│   ├── vulkan_beta.h
│   ├── vulkan_core.h
│   ├── vulkan_directfb.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
├── spec_tools
│   └── util.py
├── validusage.json
├── vkconventions.py
└── vk.xml
6 directories, 30 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment