Searched defs:FormatFeatures (Results 1 – 2 of 2) sorted by relevance
697 pub struct FormatFeatures { struct698 pub sampled_image: bool,699 pub storage_image: bool,700 pub storage_image_atomic: bool,701 pub uniform_texel_buffer: bool,702 pub storage_texel_buffer: bool,726 impl From<ash::vk::FormatFeatureFlags> for FormatFeatures { argument729 fn from(val: ash::vk::FormatFeatureFlags) -> FormatFeatures { in from()
876 pub fn format_features(&self) -> FormatFeatures { in format_features()