MCPcopy Create free account
hub / github.com/defold/defold / HasMultiSampling

Method HasMultiSampling

engine/graphics/src/vulkan/graphics_vulkan_swap_chain.cpp:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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,

Callers 3

UpdateSwapChainFunction · 0.80
CreateMainFrameBuffersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected