Type Alias PhysicalDeviceDepthStencilResolvePropertiesKHR

Source
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: ResolveModeFlags, pub supported_stencil_resolve_modes: ResolveModeFlags, pub independent_resolve_none: u32, pub independent_resolve: u32, }

Fields§

§s_type: StructureType§p_next: *mut c_void§supported_depth_resolve_modes: ResolveModeFlags§supported_stencil_resolve_modes: ResolveModeFlags§independent_resolve_none: u32§independent_resolve: u32