Skip to main content

PhysicalDeviceShaderSubgroupRotateFeaturesKHR

Type Alias PhysicalDeviceShaderSubgroupRotateFeaturesKHR 

Source
pub type PhysicalDeviceShaderSubgroupRotateFeaturesKHR = PhysicalDeviceShaderSubgroupRotateFeatures;

Aliased Type§

#[repr(C)]
pub struct PhysicalDeviceShaderSubgroupRotateFeaturesKHR { pub s_type: StructureType, pub p_next: *mut c_void, pub shader_subgroup_rotate: u32, pub shader_subgroup_rotate_clustered: u32, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SUBGROUP_ROTATE_FEATURES.

§p_next: *mut c_void

Optional, may be null.

§shader_subgroup_rotate: u32§shader_subgroup_rotate_clustered: u32