This repository is used as a tracker for cross-functional issues that affect Vulkan users. It is meant to facilitate triaging, discussion and routing of issues that don't necessarily fit under the scope of a single project within the Vulkan ecosystem.
The Vulkan ecosystem is a big place and there's a lot out there that is useful! In no particular order...
RenderDoc - a graphics debugger, currently available for Vulkan, D3D11, D3D12, and OpenGL development on Windows 7 - 10 and Linux.
- Website: https://renderdoc.org/
- Repository: https://github.com/baldurk/renderdoc
- License: MIT
- Contacts:
- Code of conduct: contributor covenant
- Compiler requirements: MSVC 2015 / gcc 5 / clang 3.4
The SPIR-V Tools project provides an API and commands for processing SPIR-V modules.
- Repository: https://github.com/KhronosGroup/SPIRV-Tools
- License: Apache
- Contacts:
- Compiler requirements: C++11 compatible compiler (MSVC 2013+ on Windows)
glslang is a GLSL and HLSL to SPIR-V compiler, usable both as a command-line tool as well as a library.
- Website: https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/
- Repository: https://github.com/KhronosGroup/glslang
- License: 3-clause BSD
- Contact: David Neto [email protected]
- Compiler requirements: C++11 compatible compiler (MSVC 2013+ on Windows)
Source code for the Vulkan loader and validation layers, Vulkan API header files, demos and tests.
- Repository: https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers
- License: Apache
- Contacts:
- Tobine Ehlis [email protected]
- Mark Lobodzinski [email protected]
- Code of conduct: https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/blob/master/GOVERNANCE.md
- Compiler requirements: MSVC 2013+ / gcc 4.8.2+ / clang 3.4+
Vulkan-Hpp is a set of lightweight C++ bindings for the Vulkan API.
- Repository: https://github.com/KhronosGroup/Vulkan-Hpp
- License: Apache
- Compiler requirements: MSVC 2015+ / gcc 4.8.2+ / clang 3.3+
- Contact: Markus Tavenrath [email protected]