ash::vk

Type Alias PipelineRasterizationLineStateCreateInfoEXT

Source
pub type PipelineRasterizationLineStateCreateInfoEXT<'a> = PipelineRasterizationLineStateCreateInfoKHR<'a>;

Aliased Type§

struct PipelineRasterizationLineStateCreateInfoEXT<'a> {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub line_rasterization_mode: LineRasterizationModeKHR,
    pub stippled_line_enable: u32,
    pub line_stipple_factor: u32,
    pub line_stipple_pattern: u16,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

§s_type: StructureType§p_next: *const c_void§line_rasterization_mode: LineRasterizationModeKHR§stippled_line_enable: u32§line_stipple_factor: u32§line_stipple_pattern: u16§_marker: PhantomData<&'a ()>

Implementations

Source§

impl<'a> PipelineRasterizationLineStateCreateInfoKHR<'a>

Source

pub fn line_rasterization_mode( self, line_rasterization_mode: LineRasterizationModeKHR, ) -> Self

Source

pub fn stippled_line_enable(self, stippled_line_enable: bool) -> Self

Source

pub fn line_stipple_factor(self, line_stipple_factor: u32) -> Self

Source

pub fn line_stipple_pattern(self, line_stipple_pattern: u16) -> Self

Trait Implementations

Source§

impl<'a> Clone for PipelineRasterizationLineStateCreateInfoKHR<'a>

Source§

fn clone(&self) -> PipelineRasterizationLineStateCreateInfoKHR<'a>

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<'a> Debug for PipelineRasterizationLineStateCreateInfoKHR<'a>

Source§

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

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

impl Default for PipelineRasterizationLineStateCreateInfoKHR<'_>

Source§

fn default() -> Self

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

impl<'a> TaggedStructure for PipelineRasterizationLineStateCreateInfoKHR<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::PIPELINE_RASTERIZATION_LINE_STATE_CREATE_INFO_KHR

Source§

impl<'a> Copy for PipelineRasterizationLineStateCreateInfoKHR<'a>

Source§

impl ExtendsPipelineRasterizationStateCreateInfo for PipelineRasterizationLineStateCreateInfoKHR<'_>

Source§

impl Send for PipelineRasterizationLineStateCreateInfoKHR<'_>

Source§

impl Sync for PipelineRasterizationLineStateCreateInfoKHR<'_>