Struct ash::vk::PipelineExecutablePropertiesKHRBuilder  
source · #[repr(transparent)]pub struct PipelineExecutablePropertiesKHRBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> PipelineExecutablePropertiesKHRBuilder<'a>
 
impl<'a> PipelineExecutablePropertiesKHRBuilder<'a>
pub fn stages(self, stages: ShaderStageFlags) -> Self
pub fn name(self, name: [c_char; 256]) -> Self
pub fn description(self, description: [c_char; 256]) -> Self
pub fn subgroup_size(self, subgroup_size: u32) -> Self
sourcepub fn build(self) -> PipelineExecutablePropertiesKHR
 
pub fn build(self) -> PipelineExecutablePropertiesKHR
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.