pub type VkImageCreateFlags = VkFlags;Trait Implementations§
Source§impl From<ImageFlags> for VkImageCreateFlags
impl From<ImageFlags> for VkImageCreateFlags
Source§fn from(value: ImageFlags) -> Self
fn from(value: ImageFlags) -> Self
Converts to this type from the input type.