pub type SamplerReductionModeCreateInfoEXT = SamplerReductionModeCreateInfo;Aliased Type§
#[repr(C)]pub struct SamplerReductionModeCreateInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub reduction_mode: SamplerReductionMode,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_SAMPLER_REDUCTION_MODE_CREATE_INFO.
p_next: *const c_voidOptional, may be null.
reduction_mode: SamplerReductionMode