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