[][src]Struct lava::amd::VkPhysicalDeviceShaderCoreProperties

pub struct VkPhysicalDeviceShaderCoreProperties {
    pub shader_engine_count: usize,
    pub shader_arrays_per_engine_count: usize,
    pub compute_units_per_shader_array: usize,
    pub simd_per_compute_unit: usize,
    pub wavefronts_per_simd: usize,
    pub wavefront_size: usize,
    pub sgprs_per_simd: usize,
    pub min_sgpr_allocation: usize,
    pub max_sgpr_allocation: usize,
    pub sgpr_allocation_granularity: usize,
    pub vgprs_per_simd: usize,
    pub min_vgpr_allocation: usize,
    pub max_vgpr_allocation: usize,
    pub vgpr_allocation_granularity: usize,
}

Fields

shader_engine_count: usizeshader_arrays_per_engine_count: usizecompute_units_per_shader_array: usizesimd_per_compute_unit: usizewavefronts_per_simd: usizewavefront_size: usizesgprs_per_simd: usizemin_sgpr_allocation: usizemax_sgpr_allocation: usizesgpr_allocation_granularity: usizevgprs_per_simd: usizemin_vgpr_allocation: usizemax_vgpr_allocation: usizevgpr_allocation_granularity: usize

Trait Implementations

impl Clone for VkPhysicalDeviceShaderCoreProperties[src]

impl Default for VkPhysicalDeviceShaderCoreProperties[src]

impl Debug for VkPhysicalDeviceShaderCoreProperties[src]

Auto Trait Implementations

Blanket Implementations

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 = !

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.

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

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

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