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