Expose Vulkan internal values for access from extensions
This commit is contained in:
parent
e73eecfec5
commit
506ae80876
14 changed files with 213 additions and 8 deletions
|
|
@ -2028,7 +2028,11 @@ int VulkanContext::get_swapchain_image_count() const {
|
|||
return swapchainImageCount;
|
||||
}
|
||||
|
||||
uint32_t VulkanContext::get_graphics_queue() const {
|
||||
VkQueue VulkanContext::get_graphics_queue() const {
|
||||
return graphics_queue;
|
||||
}
|
||||
|
||||
uint32_t VulkanContext::get_graphics_queue_family_index() const {
|
||||
return graphics_queue_family_index;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue