ash::vk

Type Alias PipelineCreationFeedbackEXT

Source
pub type PipelineCreationFeedbackEXT = PipelineCreationFeedback;

Aliased Type§

struct PipelineCreationFeedbackEXT {
    pub flags: PipelineCreationFeedbackFlags,
    pub duration: u64,
}

Fields§

§flags: PipelineCreationFeedbackFlags§duration: u64

Implementations

Source§

impl PipelineCreationFeedback

Source

pub fn flags(self, flags: PipelineCreationFeedbackFlags) -> Self

Source

pub fn duration(self, duration: u64) -> Self

Trait Implementations

Source§

impl Clone for PipelineCreationFeedback

Source§

fn clone(&self) -> PipelineCreationFeedback

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for PipelineCreationFeedback

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for PipelineCreationFeedback

Source§

fn default() -> PipelineCreationFeedback

Returns the “default value” for a type. Read more
Source§

impl Copy for PipelineCreationFeedback