pub struct PhysicalDeviceShaderModuleIdentifierFeaturesEXTBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> PhysicalDeviceShaderModuleIdentifierFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceShaderModuleIdentifierFeaturesEXTBuilder<'a>
pub fn shader_module_identifier( self, shader_module_identifier: bool ) -> PhysicalDeviceShaderModuleIdentifierFeaturesEXTBuilder<'a>
sourcepub fn build(self) -> PhysicalDeviceShaderModuleIdentifierFeaturesEXT
pub fn build(self) -> PhysicalDeviceShaderModuleIdentifierFeaturesEXT
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.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceShaderModuleIdentifierFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceShaderModuleIdentifierFeaturesEXTBuilder<'a>
§type Target = PhysicalDeviceShaderModuleIdentifierFeaturesEXT
type Target = PhysicalDeviceShaderModuleIdentifierFeaturesEXT
The resulting type after dereferencing.