Struct vulkan_rs::VkMemoryFdPropertiesKHX [] [src]

#[repr(C)]
pub struct VkMemoryFdPropertiesKHX { pub sType: VkStructureType, pub pNext: *mut c_void, pub memoryTypeBits: u32, }

Properties of External Memory File Descriptors

Fields

the type of this structure

NULL or a pointer to an extension-specific structure

a bitmask containing one bit set for every memory type which the specified file descriptor can: be imported as

Trait Implementations

impl Default for VkMemoryFdPropertiesKHX
[src]

Returns the "default value" for a type. Read more