PhysicalDeviceShaderIntegerDotProductFeaturesKHR

Type Alias PhysicalDeviceShaderIntegerDotProductFeaturesKHR 

Source
pub type PhysicalDeviceShaderIntegerDotProductFeaturesKHR = PhysicalDeviceShaderIntegerDotProductFeatures;

Aliased Type§

#[repr(C)]
pub struct PhysicalDeviceShaderIntegerDotProductFeaturesKHR { pub sType: i32, pub pNext: *mut c_void, pub shaderIntegerDotProduct: u32, }

Fields§

§sType: i32§pNext: *mut c_void§shaderIntegerDotProduct: u32