pub struct PhysicalDeviceShaderObjectFeaturesEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceShaderObjectFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceShaderObjectFeaturesEXTBuilder<'a>
pub fn shader_object(self, shader_object: bool) -> Self
sourcepub fn build(self) -> PhysicalDeviceShaderObjectFeaturesEXT
pub fn build(self) -> PhysicalDeviceShaderObjectFeaturesEXT
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceShaderObjectFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceShaderObjectFeaturesEXTBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceShaderObjectFeaturesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceShaderObjectFeaturesEXTBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceShaderObjectFeaturesEXTBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceShaderObjectFeaturesEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceShaderObjectFeaturesEXTBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceShaderObjectFeaturesEXTBuilder<'a>
impl<'a> !Send for PhysicalDeviceShaderObjectFeaturesEXTBuilder<'a>
impl<'a> !Sync for PhysicalDeviceShaderObjectFeaturesEXTBuilder<'a>
impl<'a> Unpin for PhysicalDeviceShaderObjectFeaturesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceShaderObjectFeaturesEXTBuilder<'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