Type Alias SamplerReductionModeCreateInfoEXT

Source
pub type SamplerReductionModeCreateInfoEXT<'a> = SamplerReductionModeCreateInfo<'a>;

Aliased Type§

#[repr(C)]
pub struct SamplerReductionModeCreateInfoEXT<'a> { pub s_type: StructureType, pub p_next: *const c_void, pub reduction_mode: SamplerReductionMode, pub _marker: PhantomData<&'a ()>, }

Fields§

§s_type: StructureType§p_next: *const c_void§reduction_mode: SamplerReductionMode§_marker: PhantomData<&'a ()>