Skip to content

Commit

Permalink
build: Update to header 1.3.292
Browse files Browse the repository at this point in the history
  • Loading branch information
ziga-lunarg committed Jul 31, 2024
1 parent 67522b3 commit 45b8815
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions include/vulkan/utility/vk_safe_struct.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13590,7 +13590,7 @@ struct safe_VkDescriptorAddressInfoEXT {
};
struct safe_VkDescriptorBufferBindingInfoEXT {
VkStructureType sType;
void* pNext{};
const void* pNext{};
VkDeviceAddress address;
VkBufferUsageFlags usage;

Expand All @@ -13607,7 +13607,7 @@ struct safe_VkDescriptorBufferBindingInfoEXT {
};
struct safe_VkDescriptorBufferBindingPushDescriptorBufferHandleEXT {
VkStructureType sType;
void* pNext{};
const void* pNext{};
VkBuffer buffer;

safe_VkDescriptorBufferBindingPushDescriptorBufferHandleEXT(
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.3.291"
"commit": "v1.3.292"
},
{
"name": "googletest",
Expand Down

0 comments on commit 45b8815

Please sign in to comment.