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