SamplerReductionModeCreateInfoEXT

Type Alias SamplerReductionModeCreateInfoEXT 

Source
pub type SamplerReductionModeCreateInfoEXT = SamplerReductionModeCreateInfo;
Expand description

Aliased Type§

#[repr(C)]
pub struct SamplerReductionModeCreateInfoEXT { pub s_type: StructureType, pub next: *const c_void, pub reduction_mode: SamplerReductionMode, }

Fields§

§s_type: StructureType§next: *const c_void§reduction_mode: SamplerReductionMode