1. Home
  2. Browse
  3. vulkan-sdk-components

vulkan-sdk-components

v1.3.296.0#0Latest

Installs packages which are part of the Vulkan SDK.

Install

Run the following Vcpkg command to install the port.

vcpkg install vulkan-sdk-components

Usage

vulkan-sdk-components is compatible with built-in CMake targets:

# https://cmake.org/cmake/help/latest/module/FindVulkan.html
find_package(Vulkan REQUIRED)
# SPIR-V generator library
target_link_libraries(main PRIVATE Vulkan::glslang)
# DirectX Shader Compiler
target_link_libraries(main PRIVATE Vulkan::dxc)

The vulkan-sdk-components package does not provide direct Visual Studio

integration. For manual integration, add $(VULKAN_SDK)/include to your

include path.

Features

Dependencies

See source

Version

v1.3.296.0#0

Publication

Supports

!uwp & !xbox

Subtree

d567b667ad

License

Complex license

Definition

Manifest