pub type PhysicalDeviceDepthStencilResolvePropertiesKHR = PhysicalDeviceDepthStencilResolveProperties;Aliased Type§
#[repr(C)]pub struct PhysicalDeviceDepthStencilResolvePropertiesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub supported_depth_resolve_modes: ResolveModeFlagBits,
pub supported_stencil_resolve_modes: ResolveModeFlagBits,
pub independent_resolve_none: u32,
pub independent_resolve: u32,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_STENCIL_RESOLVE_PROPERTIES.
p_next: *mut c_voidOptional, may be null.
supported_depth_resolve_modes: ResolveModeFlagBits§supported_stencil_resolve_modes: ResolveModeFlagBits§independent_resolve_none: u32§independent_resolve: u32