pub struct VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures {
pub shader_demote_to_helper_invocation: bool,
}Expand description
Fields§
§shader_demote_to_helper_invocation: boolTrait Implementations§
Source§impl Clone for VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures
impl Clone for VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures
Source§fn clone(&self) -> VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures
fn clone(&self) -> VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures
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 moreSource§impl Default for VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures
impl Default for VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures
Source§fn default() -> VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures
fn default() -> VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures
impl RefUnwindSafe for VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures
impl Send for VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures
impl Sync for VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures
impl Unpin for VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures
impl UnwindSafe for VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures
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