Changeset ce9dc9f in opengl-game for IMGUI/imgui_impl_vulkan.h
- Timestamp:
- Jan 24, 2021, 6:15:32 PM (4 years ago)
- Branches:
- feature/imgui-sdl
- Children:
- 8b823e7
- Parents:
- 3f32dfd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
IMGUI/imgui_impl_vulkan.h
r3f32dfd rce9dc9f 32 32 VkPhysicalDevice PhysicalDevice; 33 33 VkDevice Device; 34 uint32_t QueueFamily; 35 VkQueue Queue; 34 36 VkPipelineCache PipelineCache; 35 37 VkDescriptorPool DescriptorPool; … … 71 73 72 74 // Helpers 75 IMGUI_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); 73 76 IMGUI_IMPL_API void ImGui_ImplVulkanH_DestroyWindow(VkInstance instance, VkDevice device, ImGui_ImplVulkanH_Window* wnd, const VkAllocationCallbacks* allocator); 74 77 IMGUI_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.