VkSamplerReductionModeCreateInfoEXT

Type Alias VkSamplerReductionModeCreateInfoEXT 

Source
pub type VkSamplerReductionModeCreateInfoEXT = VkSamplerReductionModeCreateInfo;

Aliased Type§

#[repr(C)]
pub struct VkSamplerReductionModeCreateInfoEXT { pub sType: u32, pub pNext: *const c_void, pub reductionMode: u32, }

Fields§

§sType: u32§pNext: *const c_void§reductionMode: u32