Lines Matching defs:Capabilities
18 pub struct Capabilities { struct
20 pub min_image_count: u32,
25 pub max_image_count: Option<u32>,
29 pub current_extent: Option<[u32; 2]>,
32 pub min_image_extent: [u32; 2],
35 pub max_image_extent: [u32; 2],
38 pub max_image_array_layers: u32,
41 pub supported_transforms: SupportedSurfaceTransforms,
44 pub current_transform: SurfaceTransform,
47 pub supported_composite_alpha: SupportedCompositeAlpha,
51 pub supported_usage_flags: ImageUsage,
54 …formats: Vec<(Format, ColorSpace)>, // TODO: https://github.com/KhronosGroup/Vulkan-Docs/issues/207
57 pub present_modes: SupportedPresentModes,