#[repr(transparent)]pub struct PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'a>
impl<'a> PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'a>
pub fn shader_integer_dot_product(self, shader_integer_dot_product: bool) -> Self
sourcepub fn build(self) -> PhysicalDeviceShaderIntegerDotProductFeatures
pub fn build(self) -> PhysicalDeviceShaderIntegerDotProductFeatures
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.