[][src]Struct ash::vk::PhysicalDeviceShaderCorePropertiesAMD

#[repr(C)]
pub struct PhysicalDeviceShaderCorePropertiesAMD {
    pub s_type: StructureType,
    pub p_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,
}

https://www.khronos.org/registry/vulkan/specs/1.1-extensions/man/html/VkPhysicalDeviceShaderCorePropertiesAMD.html

Fields

s_type: StructureTypep_next: *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

Methods

impl PhysicalDeviceShaderCorePropertiesAMD[src]

pub fn builder<'a>() -> PhysicalDeviceShaderCorePropertiesAMDBuilder<'a>[src]

Trait Implementations

impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceShaderCorePropertiesAMD[src]

impl Copy for PhysicalDeviceShaderCorePropertiesAMD[src]

impl Default for PhysicalDeviceShaderCorePropertiesAMD[src]

impl Clone for PhysicalDeviceShaderCorePropertiesAMD[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for PhysicalDeviceShaderCorePropertiesAMD[src]

Auto Trait Implementations

impl Unpin for PhysicalDeviceShaderCorePropertiesAMD

impl !Sync for PhysicalDeviceShaderCorePropertiesAMD

impl !Send for PhysicalDeviceShaderCorePropertiesAMD

impl UnwindSafe for PhysicalDeviceShaderCorePropertiesAMD

impl RefUnwindSafe for PhysicalDeviceShaderCorePropertiesAMD

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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.

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]