#[repr(C)]pub struct VkShaderStatisticsInfoAMD {
pub shaderStageMask: VkShaderStageFlags,
pub resourceUsage: VkShaderResourceUsageAMD,
pub numPhysicalVgprs: u32,
pub numPhysicalSgprs: u32,
pub numAvailableVgprs: u32,
pub numAvailableSgprs: u32,
pub computeWorkGroupSize: [u32; 3],
}
Fields§
§shaderStageMask: VkShaderStageFlags
§resourceUsage: VkShaderResourceUsageAMD
§numPhysicalVgprs: u32
§numPhysicalSgprs: u32
§numAvailableVgprs: u32
§numAvailableSgprs: u32
§computeWorkGroupSize: [u32; 3]
Trait Implementations§
source§impl Clone for VkShaderStatisticsInfoAMD
impl Clone for VkShaderStatisticsInfoAMD
source§fn clone(&self) -> VkShaderStatisticsInfoAMD
fn clone(&self) -> VkShaderStatisticsInfoAMD
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 Default for VkShaderStatisticsInfoAMD
impl Default for VkShaderStatisticsInfoAMD
source§fn default() -> VkShaderStatisticsInfoAMD
fn default() -> VkShaderStatisticsInfoAMD
Returns the “default value” for a type. Read more
impl Copy for VkShaderStatisticsInfoAMD
Auto Trait Implementations§
impl Freeze for VkShaderStatisticsInfoAMD
impl RefUnwindSafe for VkShaderStatisticsInfoAMD
impl Send for VkShaderStatisticsInfoAMD
impl Sync for VkShaderStatisticsInfoAMD
impl Unpin for VkShaderStatisticsInfoAMD
impl UnwindSafe for VkShaderStatisticsInfoAMD
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)