Skip to content

Latest commit

 

History

History
58 lines (47 loc) · 2.7 KB

README.md

File metadata and controls

58 lines (47 loc) · 2.7 KB

Vulkan-Ecosystem

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.

Map of Vulkan Ecosystem projects

The Vulkan ecosystem is a big place and there's a lot out there that is useful! In no particular order...

RenderDoc

RenderDoc - a graphics debugger, currently available for Vulkan, D3D11, D3D12, and OpenGL development on Windows 7 - 10 and Linux.

SPIRV-Tools

The SPIR-V Tools project provides an API and commands for processing SPIR-V modules.

glslang

glslang is a GLSL and HLSL to SPIR-V compiler, usable both as a command-line tool as well as a library.

Vulkan-LoaderAndValidationLayers

Source code for the Vulkan loader and validation layers, Vulkan API header files, demos and tests.

Vulkan-HPP

Vulkan-Hpp is a set of lightweight C++ bindings for the Vulkan API.