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