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 1298 of file ShaderFoundry.cpp.

1299{
1300 return m_backend->get_context().get_physical_device();
1301}
std::shared_ptr< Core::VulkanBackend > m_backend

References m_backend.