MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / create_surface

Method create_surface

framework/platform/glfw_window.cpp:342–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342VkSurfaceKHR GlfwWindow::create_surface(vkb::core::InstanceC &instance)
343{
344 return create_surface(instance.get_handle(), VK_NULL_HANDLE);
345}
346
347VkSurfaceKHR GlfwWindow::create_surface(VkInstance instance, VkPhysicalDevice)
348{

Callers 6

prepareMethod · 0.45
prepareMethod · 0.45
prepareMethod · 0.45
prepareMethod · 0.45

Calls 1

get_handleMethod · 0.45

Tested by

no test coverage detected