|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| bool MayaFlux::Core::VKDevice::initialize | ( | vk::Instance | instance, |
| vk::SurfaceKHR | temp_surface, | ||
| const GraphicsBackendInfo & | backend_info | ||
| ) |
Initialize device (pick physical device and create logical device)
| instance | Vulkan instance |
| backend_info | Graphics surface configuration |
| temp_surface | Temporary surface for presentation support checks (real surface created with windows and swapchain later) |
Definition at line 49 of file VKDevice.cpp.
References create_logical_device(), and pick_physical_device().
Referenced by MayaFlux::Core::VKContext::initialize().
Here is the call graph for this function:
Here is the caller graph for this function: