Struct unity_native_plugin_sys::VkPhysicalDeviceImageFormatInfo2 [−][src]
#[repr(C)]pub struct VkPhysicalDeviceImageFormatInfo2 {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub format: VkFormat,
pub type_: VkImageType,
pub tiling: VkImageTiling,
pub usage: VkImageUsageFlags,
pub flags: VkImageCreateFlags,
}Fields
sType: VkStructureTypepNext: *const c_voidformat: VkFormattype_: VkImageTypetiling: VkImageTilingusage: VkImageUsageFlagsflags: VkImageCreateFlagsTrait Implementations
Auto Trait Implementations
impl !Send for VkPhysicalDeviceImageFormatInfo2
impl !Sync for VkPhysicalDeviceImageFormatInfo2
impl Unpin for VkPhysicalDeviceImageFormatInfo2
Blanket Implementations
Mutably borrows from an owned value. Read more