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