[][src]Trait vulkanalia::vk::ExtLineRasterizationExtension

pub trait ExtLineRasterizationExtension: DeviceV1_0 {
    fn cmd_set_line_stipple_ext(
        &self,
        command_buffer: CommandBuffer,
        line_stipple_factor: u32,
        line_stipple_pattern: u16
    ) { ... } }

Provided methods

fn cmd_set_line_stipple_ext(
    &self,
    command_buffer: CommandBuffer,
    line_stipple_factor: u32,
    line_stipple_pattern: u16
)

Loading content...

Implementors

impl ExtLineRasterizationExtension for Device[src]

Loading content...