Struct rps_sys::RpsClearDepthStencilValue
source · Expand description
@brief Parameters for clearing a depth stencil resource.
Fields§
§depth: f32< Clear value for the depth aspect.
stencil: u32< Clear 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 more