[][src]Struct ash_tray::ash::vk::ShaderStatisticsInfoAMD

#[repr(C)]
pub struct ShaderStatisticsInfoAMD {
    pub shader_stage_mask: ShaderStageFlags,
    pub resource_usage: ShaderResourceUsageAMD,
    pub num_physical_vgprs: u32,
    pub num_physical_sgprs: u32,
    pub num_available_vgprs: u32,
    pub num_available_sgprs: u32,
    pub compute_work_group_size: [u32; 3],
}

Fields

shader_stage_mask: ShaderStageFlagsresource_usage: ShaderResourceUsageAMDnum_physical_vgprs: u32num_physical_sgprs: u32num_available_vgprs: u32num_available_sgprs: u32compute_work_group_size: [u32; 3]

Methods

impl ShaderStatisticsInfoAMD[src]

Trait Implementations

impl Default for ShaderStatisticsInfoAMD[src]

impl Clone for ShaderStatisticsInfoAMD[src]

impl Copy for ShaderStatisticsInfoAMD[src]

impl Debug for ShaderStatisticsInfoAMD[src]

Auto Trait Implementations

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

impl<T> From<T> for 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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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