Struct gpu_allocator::vulkan::AllocatorCreateDesc [−][src]
pub struct AllocatorCreateDesc {
pub instance: Instance,
pub device: Device,
pub physical_device: PhysicalDevice,
pub debug_settings: AllocatorDebugSettings,
pub buffer_device_address: bool,
}Fields
instance: Instancedevice: Devicephysical_device: PhysicalDevicedebug_settings: AllocatorDebugSettingsbuffer_device_address: bool