MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_physical_device()

vk::PhysicalDevice MayaFlux::Portal::Graphics::ShaderFoundry::get_physical_device ( ) const

Get physical device handle.

Required by consumers that allocate raw Vulkan buffers directly (e.g. GpuComputeOperation) and need memory type selection via vk::PhysicalDevice::getMemoryProperties().

Definition at line 1294 of file ShaderFoundry.cpp.

1295{
1296 return m_backend->get_context().get_physical_device();
1297}
std::shared_ptr< Core::VulkanBackend > m_backend

References m_backend.