Cogs.Core
Public Attributes | List of all members
Cogs::ContextVK::FrameResources Struct Reference

Public Attributes

VkCommandPool commandPool = VK_NULL_HANDLE
 
VkCommandBuffer commandBuffer = VK_NULL_HANDLE
 
VkFence fence = VK_NULL_HANDLE
 
VkSemaphore presentSemaphore = VK_NULL_HANDLE
 
std::vector< PoolBufferVK * > orhpanedBuffers
 
std::vector< TextureHandleorphanedTextures
 
VkDescriptorPool descriptorPool = VK_NULL_HANDLE
 

Detailed Description

Definition at line 119 of file ContextVK.h.

Member Data Documentation

◆ commandBuffer

VkCommandBuffer Cogs::ContextVK::FrameResources::commandBuffer = VK_NULL_HANDLE

Definition at line 122 of file ContextVK.h.

◆ commandPool

VkCommandPool Cogs::ContextVK::FrameResources::commandPool = VK_NULL_HANDLE

Definition at line 121 of file ContextVK.h.

◆ descriptorPool

VkDescriptorPool Cogs::ContextVK::FrameResources::descriptorPool = VK_NULL_HANDLE

Definition at line 130 of file ContextVK.h.

◆ fence

VkFence Cogs::ContextVK::FrameResources::fence = VK_NULL_HANDLE

Definition at line 124 of file ContextVK.h.

◆ orhpanedBuffers

std::vector<PoolBufferVK *> Cogs::ContextVK::FrameResources::orhpanedBuffers

Definition at line 127 of file ContextVK.h.

◆ orphanedTextures

std::vector<TextureHandle> Cogs::ContextVK::FrameResources::orphanedTextures

Definition at line 128 of file ContextVK.h.

◆ presentSemaphore

VkSemaphore Cogs::ContextVK::FrameResources::presentSemaphore = VK_NULL_HANDLE

Definition at line 125 of file ContextVK.h.


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