MCPcopy Create free account
hub / github.com/SFML/SFML / createVulkanSurface

Method createVulkanSurface

src/SFML/Window/WindowBase.cpp:350–353  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

348
349////////////////////////////////////////////////////////////
350bool WindowBase::createVulkanSurface(const VkInstance& instance, VkSurfaceKHR& surface, const VkAllocationCallbacks* allocator)
351{
352 return m_impl ? m_impl->createVulkanSurface(instance, surface, allocator) : false;
353}
354
355
356////////////////////////////////////////////////////////////

Callers 1

setupSurfaceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected