pub type SamplerReductionModeCreateInfoEXT = SamplerReductionModeCreateInfo;
Aliased Type§
struct SamplerReductionModeCreateInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub reduction_mode: SamplerReductionMode,
}
Fields§
§s_type: StructureType
§p_next: *const c_void
§reduction_mode: SamplerReductionMode
Implementations
Source§impl SamplerReductionModeCreateInfo
impl SamplerReductionModeCreateInfo
pub fn builder<'a>() -> SamplerReductionModeCreateInfoBuilder<'a>
Trait Implementations
Source§impl Clone for SamplerReductionModeCreateInfo
impl Clone for SamplerReductionModeCreateInfo
Source§fn clone(&self) -> SamplerReductionModeCreateInfo
fn clone(&self) -> SamplerReductionModeCreateInfo
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