#[repr(C)]pub struct PhysicalDeviceLinearColorAttachmentFeaturesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub linear_color_attachment: u32,
}Expand description
VkPhysicalDeviceLinearColorAttachmentFeaturesNV
Provided by VK_NV_linear_color_attachment.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LINEAR_COLOR_ATTACHMENT_FEATURES_NV.
p_next: *mut c_voidOptional, may be null.
linear_color_attachment: u32Implementations§
Source§impl PhysicalDeviceLinearColorAttachmentFeaturesNV
impl PhysicalDeviceLinearColorAttachmentFeaturesNV
Sourcepub fn builder<'a>() -> PhysicalDeviceLinearColorAttachmentFeaturesNVBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceLinearColorAttachmentFeaturesNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceLinearColorAttachmentFeaturesNV
impl Clone for PhysicalDeviceLinearColorAttachmentFeaturesNV
Source§fn clone(&self) -> PhysicalDeviceLinearColorAttachmentFeaturesNV
fn clone(&self) -> PhysicalDeviceLinearColorAttachmentFeaturesNV
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 PhysicalDeviceLinearColorAttachmentFeaturesNV
impl Default for PhysicalDeviceLinearColorAttachmentFeaturesNV
Source§fn default() -> PhysicalDeviceLinearColorAttachmentFeaturesNV
fn default() -> PhysicalDeviceLinearColorAttachmentFeaturesNV
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceLinearColorAttachmentFeaturesNV
impl ExtendsDeviceCreateInfo for PhysicalDeviceLinearColorAttachmentFeaturesNV
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceLinearColorAttachmentFeaturesNV
Auto Trait Implementations§
impl Freeze for PhysicalDeviceLinearColorAttachmentFeaturesNV
impl RefUnwindSafe for PhysicalDeviceLinearColorAttachmentFeaturesNV
impl !Send for PhysicalDeviceLinearColorAttachmentFeaturesNV
impl !Sync for PhysicalDeviceLinearColorAttachmentFeaturesNV
impl Unpin for PhysicalDeviceLinearColorAttachmentFeaturesNV
impl UnsafeUnpin for PhysicalDeviceLinearColorAttachmentFeaturesNV
impl UnwindSafe for PhysicalDeviceLinearColorAttachmentFeaturesNV
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