pub struct PhysicalDeviceShaderCoreProperties2AMDBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceShaderCoreProperties2AMD with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceShaderCoreProperties2AMDBuilder<'a>
impl<'a> PhysicalDeviceShaderCoreProperties2AMDBuilder<'a>
pub fn shader_core_features(self, value: ShaderCorePropertiesFlagsAMD) -> Self
pub fn active_compute_unit_count(self, value: u32) -> Self
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceShaderCoreProperties2AMDBuilder<'a>
impl<'a> Deref for PhysicalDeviceShaderCoreProperties2AMDBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceShaderCoreProperties2AMDBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceShaderCoreProperties2AMDBuilder<'a>
impl<'a> !Send for PhysicalDeviceShaderCoreProperties2AMDBuilder<'a>
impl<'a> !Sync for PhysicalDeviceShaderCoreProperties2AMDBuilder<'a>
impl<'a> Unpin for PhysicalDeviceShaderCoreProperties2AMDBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceShaderCoreProperties2AMDBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceShaderCoreProperties2AMDBuilder<'a>
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