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