Struct ash::vk::PhysicalDeviceShaderCoreProperties2AMD  
source · #[repr(C)]pub struct PhysicalDeviceShaderCoreProperties2AMD {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub shader_core_features: ShaderCorePropertiesFlagsAMD,
    pub active_compute_unit_count: u32,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§shader_core_features: ShaderCorePropertiesFlagsAMD§active_compute_unit_count: u32Implementations§
source§impl PhysicalDeviceShaderCoreProperties2AMD
 
impl PhysicalDeviceShaderCoreProperties2AMD
pub fn builder<'a>() -> PhysicalDeviceShaderCoreProperties2AMDBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDeviceShaderCoreProperties2AMD
 
impl Clone for PhysicalDeviceShaderCoreProperties2AMD
source§fn clone(&self) -> PhysicalDeviceShaderCoreProperties2AMD
 
fn clone(&self) -> PhysicalDeviceShaderCoreProperties2AMD
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