#[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§const fn clone_from(&mut self, source: &Self)
const 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