Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions ports/vulkan-headers/fix-headers.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/include/vulkan/vulkan_handles.hpp b/include/vulkan/vulkan_handles.hpp
index 304e9ed..4fd23cf 100644
--- a/include/vulkan/vulkan_handles.hpp
+++ b/include/vulkan/vulkan_handles.hpp
@@ -2085,6 +2085,8 @@ namespace VULKAN_HPP_NAMESPACE
class IndirectCommandsLayoutEXT;
class IndirectExecutionSetEXT;

+ typedef void( VKAPI_PTR * PFN_VoidFunction )();
+
#ifndef VULKAN_HPP_NO_SMART_HANDLE
//======================
//=== UNIQUE HANDLEs ===
1 change: 1 addition & 0 deletions ports/vulkan-headers/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ vcpkg_from_github(
REF "vulkan-sdk-${VERSION}"
SHA512 5cc23875fc4f548e6669936d290a05a09da36c2e6b73f1c904fa8b750a3bb695c7ef197ef9a0b788d1bb51021d4dd464f847fcec9909cb867618558b34fbcd6b
HEAD_REF main
PATCHES fix-headers.patch
)

set(VCPKG_BUILD_TYPE release) # header-only port
Expand Down
1 change: 1 addition & 0 deletions ports/vulkan-headers/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "vulkan-headers",
"version": "1.4.304.1",
"port-version": 1,
"description": "Vulkan header files and API registry",
"homepage": "https://github.com/KhronosGroup/Vulkan-Headers",
"license": "Apache-2.0 OR MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -9722,7 +9722,7 @@
},
"vulkan-headers": {
"baseline": "1.4.304.1",
"port-version": 0
"port-version": 1
},
"vulkan-hpp": {
"baseline": "deprecated",
Expand Down
5 changes: 5 additions & 0 deletions versions/v-/vulkan-headers.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "fcdf63adddcd20343e1847def6d582642dc88bb9",
"version": "1.4.304.1",
"port-version": 1
},
{
"git-tree": "2a602f3980b1aa7a402a6abec00c69d90cd10da2",
"version": "1.4.304.1",
Expand Down