struct ImGui_ImplVulkan_RenderState

Overview

#include <imgui_impl_vulkan.h>

struct ImGui_ImplVulkan_RenderState
{
    // fields

    VkCommandBuffer CommandBuffer;
    VkPipeline Pipeline;
    VkPipelineLayout PipelineLayout;
};