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: u32
Implementations§
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 moresource§impl TaggedStructure for PhysicalDeviceShaderCoreProperties2AMD
impl TaggedStructure for PhysicalDeviceShaderCoreProperties2AMD
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_SHADER_CORE_PROPERTIES_2_AMD
impl Copy for PhysicalDeviceShaderCoreProperties2AMD
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceShaderCoreProperties2AMD
Auto Trait Implementations§
impl Freeze for PhysicalDeviceShaderCoreProperties2AMD
impl RefUnwindSafe for PhysicalDeviceShaderCoreProperties2AMD
impl !Send for PhysicalDeviceShaderCoreProperties2AMD
impl !Sync for PhysicalDeviceShaderCoreProperties2AMD
impl Unpin for PhysicalDeviceShaderCoreProperties2AMD
impl UnwindSafe for PhysicalDeviceShaderCoreProperties2AMD
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more