Steppable 0.0.1
A CAS project written from scratch in C++
|
#include <imgui_impl_vulkan.h>
Public Attributes | |
VkCommandPool | CommandPool |
VkCommandBuffer | CommandBuffer |
VkFence | Fence |
VkImage | Backbuffer |
VkImageView | BackbufferView |
VkFramebuffer | Framebuffer |
VkImage ImGui_ImplVulkanH_Frame::Backbuffer |
VkImageView ImGui_ImplVulkanH_Frame::BackbufferView |
VkCommandBuffer ImGui_ImplVulkanH_Frame::CommandBuffer |
VkCommandPool ImGui_ImplVulkanH_Frame::CommandPool |
VkFence ImGui_ImplVulkanH_Frame::Fence |
VkFramebuffer ImGui_ImplVulkanH_Frame::Framebuffer |