Searched defs:FeaturesFfi (Results 1 – 2 of 2) sorted by relevance
11548 impl FeaturesFfi { implementation19328 pub(crate) struct FeaturesFfi { struct19329 features_vulkan10: ash::vk::PhysicalDeviceFeatures2KHR,19330 features_vulkan11: Option<ash::vk::PhysicalDeviceVulkan11Features>,19331 features_vulkan12: Option<ash::vk::PhysicalDeviceVulkan12Features>,19332 features_vulkan13: Option<ash::vk::PhysicalDeviceVulkan13Features>,19333 features_16bit_storage: Option<ash::vk::PhysicalDevice16BitStorageFeatures>,19334 features_multiview: Option<ash::vk::PhysicalDeviceMultiviewFeatures>,19335 features_protected_memory: Option<ash::vk::PhysicalDeviceProtectedMemoryFeatures>,19336 features_sampler_ycbcr_conversion:[all …]
503 impl FeaturesFfi { in features_output() impl717 impl FeaturesFfi { in features_ffi_output() impl