Monado OpenXR Runtime
|
Shared resource(s) and garbage collector for swapchains. More...
#include <util/comp_swapchain.h>
Data Fields | |
struct u_threading_stack | destroy_swapchains |
Thread object for safely destroying swapchain. More... | |
struct vk_cmd_pool | pool |
Shared resource(s) and garbage collector for swapchains.
The garbage collector allows to delay the destruction until it's safe to destroy them. The lifetime of pool
is handled by the compositor that implements this struct.
struct u_threading_stack comp_swapchain_shared::destroy_swapchains |
Thread object for safely destroying swapchain.