Cogs.Core
|
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< TextureHandle > | orphanedTextures |
VkDescriptorPool | descriptorPool = VK_NULL_HANDLE |
Definition at line 119 of file ContextVK.h.
VkCommandBuffer Cogs::ContextVK::FrameResources::commandBuffer = VK_NULL_HANDLE |
Definition at line 122 of file ContextVK.h.
VkCommandPool Cogs::ContextVK::FrameResources::commandPool = VK_NULL_HANDLE |
Definition at line 121 of file ContextVK.h.
VkDescriptorPool Cogs::ContextVK::FrameResources::descriptorPool = VK_NULL_HANDLE |
Definition at line 130 of file ContextVK.h.
VkFence Cogs::ContextVK::FrameResources::fence = VK_NULL_HANDLE |
Definition at line 124 of file ContextVK.h.
std::vector<PoolBufferVK *> Cogs::ContextVK::FrameResources::orhpanedBuffers |
Definition at line 127 of file ContextVK.h.
std::vector<TextureHandle> Cogs::ContextVK::FrameResources::orphanedTextures |
Definition at line 128 of file ContextVK.h.
VkSemaphore Cogs::ContextVK::FrameResources::presentSemaphore = VK_NULL_HANDLE |
Definition at line 125 of file ContextVK.h.