mirror of
https://github.com/charles-lunarg/vk-bootstrap.git
synced 2024-11-10 02:41:47 +00:00
Update to latest Vulkan-Headers
This commit is contained in:
parent
7900b9afe7
commit
9f613c2348
@ -1,2 +1,2 @@
|
||||
set(VK_BOOTSTRAP_SOURCE_HEADER_VERSION 1.3.270)
|
||||
set(VK_BOOTSTRAP_SOURCE_HEADER_VERSION_GIT_TAG v1.3.270)
|
||||
set(VK_BOOTSTRAP_SOURCE_HEADER_VERSION 1.3.271)
|
||||
set(VK_BOOTSTRAP_SOURCE_HEADER_VERSION_GIT_TAG v1.3.271)
|
||||
|
@ -4685,8 +4685,8 @@ struct DispatchTable {
|
||||
}
|
||||
#endif
|
||||
#if (defined(VK_NV_low_latency2))
|
||||
void getLatencyTimingsNV(VkSwapchainKHR swapchain, uint32_t* pTimingCount, VkGetLatencyMarkerInfoNV* pLatencyMarkerInfo) const noexcept {
|
||||
fp_vkGetLatencyTimingsNV(device, swapchain, pTimingCount, pLatencyMarkerInfo);
|
||||
void getLatencyTimingsNV(VkSwapchainKHR swapchain, VkGetLatencyMarkerInfoNV* pLatencyMarkerInfo) const noexcept {
|
||||
fp_vkGetLatencyTimingsNV(device, swapchain, pLatencyMarkerInfo);
|
||||
}
|
||||
#endif
|
||||
#if (defined(VK_NV_low_latency2))
|
||||
|
Loading…
Reference in New Issue
Block a user