Blender V5.0
GHOST_FrameDiscard Struct Reference

#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

Detailed Description

Definition at line 63 of file GHOST_ContextVK.hh.

Member Function Documentation

◆ destroy()

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().

Member Data Documentation

◆ semaphores

std::vector<VkSemaphore> GHOST_FrameDiscard::semaphores

Definition at line 65 of file GHOST_ContextVK.hh.

Referenced by destroy().

◆ swapchains

std::vector<VkSwapchainKHR> GHOST_FrameDiscard::swapchains

Definition at line 64 of file GHOST_ContextVK.hh.

Referenced by destroy(), and GHOST_ContextVK::swapBufferAcquire().


The documentation for this struct was generated from the following files: