Struct ash::vk::PhysicalDeviceShaderClockFeaturesKHR
source · #[repr(C)]pub struct PhysicalDeviceShaderClockFeaturesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub shader_subgroup_clock: Bool32,
pub shader_device_clock: Bool32,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§shader_subgroup_clock: Bool32§shader_device_clock: Bool32Implementations§
source§impl PhysicalDeviceShaderClockFeaturesKHR
impl PhysicalDeviceShaderClockFeaturesKHR
pub fn builder<'a>() -> PhysicalDeviceShaderClockFeaturesKHRBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDeviceShaderClockFeaturesKHR
impl Clone for PhysicalDeviceShaderClockFeaturesKHR
source§fn clone(&self) -> PhysicalDeviceShaderClockFeaturesKHR
fn clone(&self) -> PhysicalDeviceShaderClockFeaturesKHR
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more