pub type PhysicalDeviceShaderIntegerDotProductFeaturesKHR = PhysicalDeviceShaderIntegerDotProductFeatures;Expand description
Aliased Type§
#[repr(C)]pub struct PhysicalDeviceShaderIntegerDotProductFeaturesKHR {
pub s_type: StructureType,
pub next: *mut c_void,
pub shader_integer_dot_product: u32,
}Fields§
§s_type: StructureType§next: *mut c_void§shader_integer_dot_product: u32