#[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 duplicate 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 Debug for VkShaderStatisticsInfoAMD
impl Debug for VkShaderStatisticsInfoAMD
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