Struct ash::vk::SubpassDescriptionDepthStencilResolve [−][src]
#[repr(C)]pub struct SubpassDescriptionDepthStencilResolve { pub s_type: StructureType, pub p_next: *const c_void, pub depth_resolve_mode: ResolveModeFlags, pub stencil_resolve_mode: ResolveModeFlags, pub p_depth_stencil_resolve_attachment: *const AttachmentReference2, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
depth_resolve_mode: ResolveModeFlags
stencil_resolve_mode: ResolveModeFlags
p_depth_stencil_resolve_attachment: *const AttachmentReference2
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for SubpassDescriptionDepthStencilResolve
impl !Sync for SubpassDescriptionDepthStencilResolve
Blanket Implementations
Mutably borrows from an owned value. Read more