Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
ImGui_ImplVulkanH_Frame Struct Reference

#include <imgui_impl_vulkan.h>

Public Attributes

VkCommandPool CommandPool
 
VkCommandBuffer CommandBuffer
 
VkFence Fence
 
VkImage Backbuffer
 
VkImageView BackbufferView
 
VkFramebuffer Framebuffer
 

Member Data Documentation

◆ Backbuffer

VkImage ImGui_ImplVulkanH_Frame::Backbuffer

◆ BackbufferView

VkImageView ImGui_ImplVulkanH_Frame::BackbufferView

◆ CommandBuffer

VkCommandBuffer ImGui_ImplVulkanH_Frame::CommandBuffer

◆ CommandPool

VkCommandPool ImGui_ImplVulkanH_Frame::CommandPool

◆ Fence

VkFence ImGui_ImplVulkanH_Frame::Fence

◆ Framebuffer

VkFramebuffer ImGui_ImplVulkanH_Frame::Framebuffer

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