Changeset ce9dc9f in opengl-game for IMGUI/imgui_impl_vulkan.h


Ignore:
Timestamp:
Jan 24, 2021, 6:15:32 PM (4 years ago)
Author:
Dmitry Portnoy <dportnoy@…>
Branches:
feature/imgui-sdl
Children:
8b823e7
Parents:
3f32dfd
Message:

Remove all dependencies on VulkanH functions and structures from SDLGame

File:
1 edited

Legend:

Unmodified
Added
Removed
  • IMGUI/imgui_impl_vulkan.h

    r3f32dfd rce9dc9f  
    3232    VkPhysicalDevice    PhysicalDevice;
    3333    VkDevice            Device;
     34    uint32_t            QueueFamily;
     35    VkQueue             Queue;
    3436    VkPipelineCache     PipelineCache;
    3537    VkDescriptorPool    DescriptorPool;
     
    7173
    7274// Helpers
     75IMGUI_IMPL_API void                 ImGui_ImplVulkanH_CreateOrResizeWindow(VkInstance instance, VkPhysicalDevice physical_device, VkDevice device, ImGui_ImplVulkanH_Window* wnd, uint32_t queue_family, const VkAllocationCallbacks* allocator, int w, int h, uint32_t min_image_count);
    7376IMGUI_IMPL_API void                 ImGui_ImplVulkanH_DestroyWindow(VkInstance instance, VkDevice device, ImGui_ImplVulkanH_Window* wnd, const VkAllocationCallbacks* allocator);
    7477IMGUI_IMPL_API VkSurfaceFormatKHR   ImGui_ImplVulkanH_SelectSurfaceFormat(VkPhysicalDevice physical_device, VkSurfaceKHR surface, const VkFormat* request_formats, int request_formats_count, VkColorSpaceKHR request_color_space);
Note: See TracChangeset for help on using the changeset viewer.