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