mirror of
https://github.com/charles-lunarg/vk-bootstrap.git
synced 2024-11-12 19:51:47 +00:00
Update to latest Vulkan-Headers
This commit is contained in:
parent
be0df09b3a
commit
6be9ef9f46
@ -1,2 +1,2 @@
|
|||||||
set(VK_BOOTSTRAP_SOURCE_HEADER_VERSION 1.3.266)
|
set(VK_BOOTSTRAP_SOURCE_HEADER_VERSION 1.3.267)
|
||||||
set(VK_BOOTSTRAP_SOURCE_HEADER_VERSION_GIT_TAG v1.3.266)
|
set(VK_BOOTSTRAP_SOURCE_HEADER_VERSION_GIT_TAG v1.3.267)
|
||||||
|
@ -4456,17 +4456,17 @@ struct DispatchTable {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#if (defined(VK_NV_low_latency2))
|
#if (defined(VK_NV_low_latency2))
|
||||||
VkResult setLatencySleepModeNV(VkSwapchainKHR swapchain, VkLatencySleepModeInfoNV* pSleepModeInfo) const noexcept {
|
VkResult setLatencySleepModeNV(VkSwapchainKHR swapchain, const VkLatencySleepModeInfoNV* pSleepModeInfo) const noexcept {
|
||||||
return fp_vkSetLatencySleepModeNV(device, swapchain, pSleepModeInfo);
|
return fp_vkSetLatencySleepModeNV(device, swapchain, pSleepModeInfo);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#if (defined(VK_NV_low_latency2))
|
#if (defined(VK_NV_low_latency2))
|
||||||
VkResult latencySleepNV(VkSwapchainKHR swapchain, VkLatencySleepInfoNV* pSleepInfo) const noexcept {
|
VkResult latencySleepNV(VkSwapchainKHR swapchain, const VkLatencySleepInfoNV* pSleepInfo) const noexcept {
|
||||||
return fp_vkLatencySleepNV(device, swapchain, pSleepInfo);
|
return fp_vkLatencySleepNV(device, swapchain, pSleepInfo);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#if (defined(VK_NV_low_latency2))
|
#if (defined(VK_NV_low_latency2))
|
||||||
void setLatencyMarkerNV(VkSwapchainKHR swapchain, VkSetLatencyMarkerInfoNV* pLatencyMarkerInfo) const noexcept {
|
void setLatencyMarkerNV(VkSwapchainKHR swapchain, const VkSetLatencyMarkerInfoNV* pLatencyMarkerInfo) const noexcept {
|
||||||
fp_vkSetLatencyMarkerNV(device, swapchain, pLatencyMarkerInfo);
|
fp_vkSetLatencyMarkerNV(device, swapchain, pLatencyMarkerInfo);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
@ -4476,7 +4476,7 @@ struct DispatchTable {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#if (defined(VK_NV_low_latency2))
|
#if (defined(VK_NV_low_latency2))
|
||||||
void queueNotifyOutOfBandNV(VkQueue queue, VkOutOfBandQueueTypeInfoNV pQueueTypeInfo) const noexcept {
|
void queueNotifyOutOfBandNV(VkQueue queue, const VkOutOfBandQueueTypeInfoNV* pQueueTypeInfo) const noexcept {
|
||||||
fp_vkQueueNotifyOutOfBandNV(queue, pQueueTypeInfo);
|
fp_vkQueueNotifyOutOfBandNV(queue, pQueueTypeInfo);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user