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