#[repr(C)]pub struct PhysicalDeviceShaderLongVectorPropertiesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub max_vector_components: u32,
}Expand description
VkPhysicalDeviceShaderLongVectorPropertiesEXT
Provided by VK_EXT_shader_long_vector.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_LONG_VECTOR_PROPERTIES_EXT.
p_next: *mut c_voidOptional, may be null.
max_vector_components: u32Implementations§
Source§impl PhysicalDeviceShaderLongVectorPropertiesEXT
impl PhysicalDeviceShaderLongVectorPropertiesEXT
Sourcepub fn builder<'a>() -> PhysicalDeviceShaderLongVectorPropertiesEXTBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceShaderLongVectorPropertiesEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceShaderLongVectorPropertiesEXT
impl Clone for PhysicalDeviceShaderLongVectorPropertiesEXT
Source§fn clone(&self) -> PhysicalDeviceShaderLongVectorPropertiesEXT
fn clone(&self) -> PhysicalDeviceShaderLongVectorPropertiesEXT
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 PhysicalDeviceShaderLongVectorPropertiesEXT
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceShaderLongVectorPropertiesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceShaderLongVectorPropertiesEXT
impl RefUnwindSafe for PhysicalDeviceShaderLongVectorPropertiesEXT
impl !Send for PhysicalDeviceShaderLongVectorPropertiesEXT
impl !Sync for PhysicalDeviceShaderLongVectorPropertiesEXT
impl Unpin for PhysicalDeviceShaderLongVectorPropertiesEXT
impl UnsafeUnpin for PhysicalDeviceShaderLongVectorPropertiesEXT
impl UnwindSafe for PhysicalDeviceShaderLongVectorPropertiesEXT
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