| 105 | } |
| 106 | |
| 107 | bool SwapChain::HasMultiSampling() |
| 108 | { |
| 109 | return m_SampleCountFlag > VK_SAMPLE_COUNT_1_BIT; |
| 110 | } |
| 111 | |
| 112 | VkResult UpdateSwapChain(PhysicalDevice* physicalDevice, LogicalDevice* logicalDevice, |
| 113 | uint32_t* wantedWidth, uint32_t* wantedHeight, |
no outgoing calls
no test coverage detected