mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-09 23:54:20 +00:00
Misc/shallow merges from docking branch to reduce small drift.
This commit is contained in:
parent
43a90adc61
commit
9ce41a92c3
11 changed files with 26 additions and 28 deletions
|
|
@ -77,7 +77,6 @@
|
|||
// Specify settings to create pipeline and swapchain
|
||||
struct ImGui_ImplVulkan_PipelineInfo
|
||||
{
|
||||
// For Main and Secondary viewports
|
||||
VkRenderPass RenderPass; // Ignored if using dynamic rendering
|
||||
uint32_t Subpass; //
|
||||
VkSampleCountFlagBits MSAASamples = {}; // 0 defaults to VK_SAMPLE_COUNT_1_BIT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue