#[repr(C)]pub struct PhysicalDeviceShaderTerminateInvocationFeatures {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub shader_terminate_invocation: u32,
}Expand description
VkPhysicalDeviceShaderTerminateInvocationFeatures
Provided by VK_COMPUTE_VERSION_1_3.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_TERMINATE_INVOCATION_FEATURES.
p_next: *mut c_voidOptional, may be null.
shader_terminate_invocation: u32Implementations§
Source§impl PhysicalDeviceShaderTerminateInvocationFeatures
impl PhysicalDeviceShaderTerminateInvocationFeatures
Sourcepub fn builder<'a>() -> PhysicalDeviceShaderTerminateInvocationFeaturesBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceShaderTerminateInvocationFeaturesBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceShaderTerminateInvocationFeatures
impl Clone for PhysicalDeviceShaderTerminateInvocationFeatures
Source§fn clone(&self) -> PhysicalDeviceShaderTerminateInvocationFeatures
fn clone(&self) -> PhysicalDeviceShaderTerminateInvocationFeatures
Returns a duplicate 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 moreimpl Copy for PhysicalDeviceShaderTerminateInvocationFeatures
impl ExtendsDeviceCreateInfo for PhysicalDeviceShaderTerminateInvocationFeatures
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceShaderTerminateInvocationFeatures
Auto Trait Implementations§
impl Freeze for PhysicalDeviceShaderTerminateInvocationFeatures
impl RefUnwindSafe for PhysicalDeviceShaderTerminateInvocationFeatures
impl !Send for PhysicalDeviceShaderTerminateInvocationFeatures
impl !Sync for PhysicalDeviceShaderTerminateInvocationFeatures
impl Unpin for PhysicalDeviceShaderTerminateInvocationFeatures
impl UnsafeUnpin for PhysicalDeviceShaderTerminateInvocationFeatures
impl UnwindSafe for PhysicalDeviceShaderTerminateInvocationFeatures
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