Struct vulkanalia_sys::PhysicalDeviceShaderCorePropertiesAMD[][src]

#[repr(C)]pub struct PhysicalDeviceShaderCorePropertiesAMD {
    pub s_type: StructureType,
    pub next: *mut c_void,
    pub shader_engine_count: u32,
    pub shader_arrays_per_engine_count: u32,
    pub compute_units_per_shader_array: u32,
    pub simd_per_compute_unit: u32,
    pub wavefronts_per_simd: u32,
    pub wavefront_size: u32,
    pub sgprs_per_simd: u32,
    pub min_sgpr_allocation: u32,
    pub max_sgpr_allocation: u32,
    pub sgpr_allocation_granularity: u32,
    pub vgprs_per_simd: u32,
    pub min_vgpr_allocation: u32,
    pub max_vgpr_allocation: u32,
    pub vgpr_allocation_granularity: u32,
}

Fields

s_type: StructureTypenext: *mut c_voidshader_engine_count: u32shader_arrays_per_engine_count: u32compute_units_per_shader_array: u32simd_per_compute_unit: u32wavefronts_per_simd: u32wavefront_size: u32sgprs_per_simd: u32min_sgpr_allocation: u32max_sgpr_allocation: u32sgpr_allocation_granularity: u32vgprs_per_simd: u32min_vgpr_allocation: u32max_vgpr_allocation: u32vgpr_allocation_granularity: u32

Trait Implementations

impl Clone for PhysicalDeviceShaderCorePropertiesAMD[src]

impl Copy for PhysicalDeviceShaderCorePropertiesAMD[src]

impl Debug for PhysicalDeviceShaderCorePropertiesAMD[src]

impl Default for PhysicalDeviceShaderCorePropertiesAMD[src]

impl Eq for PhysicalDeviceShaderCorePropertiesAMD[src]

impl Hash for PhysicalDeviceShaderCorePropertiesAMD[src]

impl PartialEq<PhysicalDeviceShaderCorePropertiesAMD> for PhysicalDeviceShaderCorePropertiesAMD[src]

impl StructuralEq for PhysicalDeviceShaderCorePropertiesAMD[src]

impl StructuralPartialEq for PhysicalDeviceShaderCorePropertiesAMD[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.