Update to latest Vulkan-Headers

This commit is contained in:
charles-lunarg 2024-06-11 00:45:19 +00:00 committed by Charles Giessen
parent 2d6f7dea0a
commit 64fa0ebf56
2 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
set(VK_BOOTSTRAP_SOURCE_HEADER_VERSION 1.3.285)
set(VK_BOOTSTRAP_SOURCE_HEADER_VERSION_GIT_TAG v1.3.285)
set(VK_BOOTSTRAP_SOURCE_HEADER_VERSION 1.3.287)
set(VK_BOOTSTRAP_SOURCE_HEADER_VERSION_GIT_TAG v1.3.287)

View File

@ -5127,8 +5127,8 @@ struct DispatchTable {
}
#endif
#if (defined(VK_KHR_dynamic_rendering_local_read))
void cmdSetRenderingInputAttachmentIndicesKHR(VkCommandBuffer commandBuffer, const VkRenderingInputAttachmentIndexInfoKHR* pLocationInfo) const noexcept {
fp_vkCmdSetRenderingInputAttachmentIndicesKHR(commandBuffer, pLocationInfo);
void cmdSetRenderingInputAttachmentIndicesKHR(VkCommandBuffer commandBuffer, const VkRenderingInputAttachmentIndexInfoKHR* pInputAttachmentIndexInfo) const noexcept {
fp_vkCmdSetRenderingInputAttachmentIndicesKHR(commandBuffer, pInputAttachmentIndexInfo);
}
#endif
#if (defined(VK_EXT_host_query_reset))