Struct rps_sys::RpsClearDepthStencilValue
source · Expand description
Parameters for clearing a depth stencil resource.
Fields§
§depth: f32Clear value for the depth aspect.
stencil: u32Clear value for the stencil aspect.
Trait Implementations§
source§impl Clone for RpsClearDepthStencilValue
impl Clone for RpsClearDepthStencilValue
source§fn clone(&self) -> RpsClearDepthStencilValue
fn clone(&self) -> RpsClearDepthStencilValue
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for RpsClearDepthStencilValue
impl Debug for RpsClearDepthStencilValue
source§impl Default for RpsClearDepthStencilValue
impl Default for RpsClearDepthStencilValue
source§fn default() -> RpsClearDepthStencilValue
fn default() -> RpsClearDepthStencilValue
Returns the “default value” for a type. Read more