pub type VkSamplerReductionModeCreateInfoEXT = VkSamplerReductionModeCreateInfo;Aliased Type§
#[repr(C)]pub struct VkSamplerReductionModeCreateInfoEXT {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub reductionMode: VkSamplerReductionMode,
}Fields§
§sType: VkStructureType§pNext: *const c_void§reductionMode: VkSamplerReductionMode