Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: M2-TE/Vulkan-Hpp

Tags

v1.4.329

Toggle v1.4.329's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for new api "vulkanbase" (KhronosGroup#2323)

* Add support for api "vulkanbase"

* Merge internal APIs before processing

After loading the XML, merge internal API blocks into the public ones
so that we don't litter the vulkan and vulkan sc headers with
Base/Compute/Graphics version notations.

* Modify algorithm to merge internal features into public ones.

---------

Co-authored-by: Daniel Koch <[email protected]>

v1.4.327

Toggle v1.4.327's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
C++Module: Fixing import std on enum header and using `export import …

…std` when appropriate (KhronosGroup#2283)

* fix std import on enum header

* remove duplicate contents in cppm

* moved dynamic enabling of std module into macro header

* do not automatically enable import std

* automatic opt-out approach for export import std

* added opt-out option VULKAN_HPP_NO_STD_MODULE

* add VULKAN_HPP_NO_STD_MODULE to CI workflows

* added VULKAN_HPP_NO_STD_MODULE flag to the readme

* set VULKAN_HPP_NO_STD_MODULE to OFF by default

* added import_std exclusion to ubuntu-ext CI

v1.4.326

Toggle v1.4.326's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Vulkan-Headers to v1.4.326 (KhronosGroup#2267)

Co-authored-by: GitHub <[email protected]>

v1.4.325

Toggle v1.4.325's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor code cleanup (KhronosGroup#2253)