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