#[repr(C)]pub struct PhysicalDeviceShaderTerminateInvocationFeatures<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub shader_terminate_invocation: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§shader_terminate_invocation: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceShaderTerminateInvocationFeatures<'a>
impl<'a> PhysicalDeviceShaderTerminateInvocationFeatures<'a>
pub fn shader_terminate_invocation( self, shader_terminate_invocation: bool, ) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceShaderTerminateInvocationFeatures<'a>
impl<'a> Clone for PhysicalDeviceShaderTerminateInvocationFeatures<'a>
source§fn clone(&self) -> PhysicalDeviceShaderTerminateInvocationFeatures<'a>
fn clone(&self) -> PhysicalDeviceShaderTerminateInvocationFeatures<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'a> Debug for PhysicalDeviceShaderTerminateInvocationFeatures<'a>
impl<'a> Debug for PhysicalDeviceShaderTerminateInvocationFeatures<'a>
source§impl<'a> TaggedStructure for PhysicalDeviceShaderTerminateInvocationFeatures<'a>
impl<'a> TaggedStructure for PhysicalDeviceShaderTerminateInvocationFeatures<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_SHADER_TERMINATE_INVOCATION_FEATURES
impl<'a> Copy for PhysicalDeviceShaderTerminateInvocationFeatures<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceShaderTerminateInvocationFeatures<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceShaderTerminateInvocationFeatures<'_>
impl Send for PhysicalDeviceShaderTerminateInvocationFeatures<'_>
impl Sync for PhysicalDeviceShaderTerminateInvocationFeatures<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceShaderTerminateInvocationFeatures<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceShaderTerminateInvocationFeatures<'a>
impl<'a> Unpin for PhysicalDeviceShaderTerminateInvocationFeatures<'a>
impl<'a> UnwindSafe for PhysicalDeviceShaderTerminateInvocationFeatures<'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