Blender V4.5
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 61 of file GHOST_ContextVK.hh.

Member Function Documentation

◆ destroy()

void GHOST_FrameDiscard::destroy ( VkDevice vk_device)

Definition at line 129 of file GHOST_ContextVK.cc.

References semaphores, and swapchains.

Referenced by GHOST_ContextVK::swapBuffers().

Member Data Documentation

◆ semaphores

std::vector<VkSemaphore> GHOST_FrameDiscard::semaphores

Definition at line 63 of file GHOST_ContextVK.hh.

Referenced by destroy().

◆ swapchains

std::vector<VkSwapchainKHR> GHOST_FrameDiscard::swapchains

Definition at line 62 of file GHOST_ContextVK.hh.

Referenced by destroy().


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