Struct unity_native_plugin_sys::VkPhysicalDevice4444FormatsFeaturesEXT [−][src]
#[repr(C)]pub struct VkPhysicalDevice4444FormatsFeaturesEXT {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub formatA4R4G4B4: VkBool32,
pub formatA4B4G4R4: VkBool32,
}Fields
sType: VkStructureTypepNext: *mut c_voidformatA4R4G4B4: VkBool32formatA4B4G4R4: VkBool32Trait Implementations
Auto Trait Implementations
impl !Send for VkPhysicalDevice4444FormatsFeaturesEXT
impl !Sync for VkPhysicalDevice4444FormatsFeaturesEXT
Blanket Implementations
Mutably borrows from an owned value. Read more