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
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
cmake_minimum_required(VERSION 3.22.1)

# The VERSION field is generated with the "--generated-version" flag in the generate_source.py script
project(VUL VERSION 1.4.337 LANGUAGES CXX)
project(VUL VERSION 1.4.338 LANGUAGES CXX)

set_property(GLOBAL PROPERTY USE_FOLDERS ON) # Remove when min is 3.26, see CMP0143

Expand Down
8 changes: 4 additions & 4 deletions include/vulkan/utility/vk_safe_struct.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20542,7 +20542,7 @@ struct safe_VkDataGraphPipelineSessionBindPointRequirementsInfoARM {
};
struct safe_VkDataGraphPipelineSessionBindPointRequirementARM {
VkStructureType sType;
const void* pNext{};
void* pNext{};
VkDataGraphPipelineSessionBindPointARM bindPoint;
VkDataGraphPipelineSessionBindPointTypeARM bindPointType;
uint32_t numObjects;
Expand Down Expand Up @@ -20629,7 +20629,7 @@ struct safe_VkDataGraphPipelineInfoARM {
};
struct safe_VkDataGraphPipelinePropertyQueryResultARM {
VkStructureType sType;
const void* pNext{};
void* pNext{};
VkDataGraphPipelinePropertyARM property;
VkBool32 isText;
size_t dataSize;
Expand Down Expand Up @@ -20689,7 +20689,7 @@ struct safe_VkDataGraphPipelineDispatchInfoARM {
};
struct safe_VkQueueFamilyDataGraphPropertiesARM {
VkStructureType sType;
const void* pNext{};
void* pNext{};
VkPhysicalDeviceDataGraphProcessingEngineARM engine;
VkPhysicalDeviceDataGraphOperationSupportARM operation;

Expand Down Expand Up @@ -20752,7 +20752,7 @@ struct safe_VkPhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM {
};
struct safe_VkQueueFamilyDataGraphProcessingEnginePropertiesARM {
VkStructureType sType;
const void* pNext{};
void* pNext{};
VkExternalSemaphoreHandleTypeFlags foreignSemaphoreHandleTypes;
VkExternalMemoryHandleTypeFlags foreignMemoryHandleTypes;

Expand Down
2 changes: 1 addition & 1 deletion scripts/known_good.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"sub_dir": "Vulkan-Headers",
"build_dir": "Vulkan-Headers/build",
"install_dir": "Vulkan-Headers/build/install",
"commit": "v1.4.337"
"commit": "v1.4.338"
},
{
"name": "googletest",
Expand Down