Struct unity_native_plugin_sys::VkDeviceMemoryOverallocationCreateInfoAMD [−][src]
#[repr(C)]pub struct VkDeviceMemoryOverallocationCreateInfoAMD {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub overallocationBehavior: VkMemoryOverallocationBehaviorAMD,
}Fields
sType: VkStructureTypepNext: *const c_voidoverallocationBehavior: VkMemoryOverallocationBehaviorAMDTrait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more