|
Blender V5.0
|
#include <GHOST_ContextVK.hh>
Public Member Functions | |
Swap-chain resources | |
| void | destroy (VkDevice vk_device) |
Public Attributes | |
| VkImage | vk_image = VK_NULL_HANDLE |
| VkSemaphore | present_semaphore = VK_NULL_HANDLE |
Definition at line 70 of file GHOST_ContextVK.hh.
| void GHOST_SwapchainImage::destroy | ( | VkDevice | vk_device | ) |
Definition at line 116 of file GHOST_ContextVK.cc.
References present_semaphore, and vk_image.
| VkSemaphore GHOST_SwapchainImage::present_semaphore = VK_NULL_HANDLE |
Semaphore for presenting; being signaled when the swap-chain image is ready to be presented.
Definition at line 77 of file GHOST_ContextVK.hh.
Referenced by destroy(), and GHOST_ContextVK::swapBufferRelease().
| VkImage GHOST_SwapchainImage::vk_image = VK_NULL_HANDLE |
Swap-chain image (owned by the swapchain).
Definition at line 72 of file GHOST_ContextVK.hh.
Referenced by destroy(), and GHOST_ContextVK::swapBufferRelease().