Struct gpu_allocator::VulkanAllocatorCreateDesc [−][src]
pub struct VulkanAllocatorCreateDesc {
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: boolAuto Trait Implementations
impl RefUnwindSafe for VulkanAllocatorCreateDescimpl Send for VulkanAllocatorCreateDescimpl Sync for VulkanAllocatorCreateDescimpl Unpin for VulkanAllocatorCreateDescimpl UnwindSafe for VulkanAllocatorCreateDesc