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