Skip to content

Conan package for just the loader and validations layers provided by Khronos.

Notifications You must be signed in to change notification settings

alaingalvan/conan-vulkan-loaderandvalidationlayers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

conan-vulkan-loaderandvalidationlayers

Release conan-img License

NOTE: I have no affilication with the Khronos Group.

Conan package for the Vulkan SDK. Does not include the extra tools that are provided by LunarG's VulkanTools Repo.

Usage

Install Python, Visual Studio, and Conan, a C++ Package Manager,

On Windows make sure that your path includes Visual Studio's msbuild as well as python.

conan install conan-vulkan-sdk --build

Features

  • Windows/Linux Support - This package supports those platforms, with android/osx on its way!

  • Vulkan's Header Files - Gives you access to all of Vulkan's core functionality.

  • ICD Loader - Handles Multi-GPU support as well as loading the different layers of Vulkan.

  • Validation Layers - Enables error checking on the Vulkan Driver.

Development

Build specs based on instructions on the Vulkan Repo, as well as what I was able to see from the sdk binaries.

Versions corespond with releases on the KhronosGroup Repo. Please ask the Khronos Group to distribute binaries!

Call to Action

Let's write a Heroku app that automatically releases the latest version of the sdk to conan when the Khronos Group Repo is updated!

About

Conan package for just the loader and validations layers provided by Khronos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages