|
Blender V5.0
|
#include <GHOST_ContextVK.hh>
Public Member Functions | |
Swap-chain resources | |
| void | destroy (VkDevice vk_device) |
Public Attributes | |
| std::vector< VkSwapchainKHR > | swapchains |
| std::vector< VkSemaphore > | semaphores |
Definition at line 63 of file GHOST_ContextVK.hh.
| void GHOST_FrameDiscard::destroy | ( | VkDevice | vk_device | ) |
Definition at line 123 of file GHOST_ContextVK.cc.
References semaphores, and swapchains.
Referenced by GHOST_ContextVK::swapBufferAcquire().
| std::vector<VkSemaphore> GHOST_FrameDiscard::semaphores |
Definition at line 65 of file GHOST_ContextVK.hh.
Referenced by destroy().
| std::vector<VkSwapchainKHR> GHOST_FrameDiscard::swapchains |
Definition at line 64 of file GHOST_ContextVK.hh.
Referenced by destroy(), and GHOST_ContextVK::swapBufferAcquire().