pub trait KhrLineRasterizationExtension: DeviceV1_0 {
    const METADATA: Extension = KHR_LINE_RASTERIZATION_EXTENSION;

    // Provided method
    unsafe fn cmd_set_line_stipple_khr(
        &self,
        command_buffer: CommandBuffer,
        line_stipple_factor: u32,
        line_stipple_pattern: u16
    ) { ... }
}
Expand description

Provided Associated Constants§

source

const METADATA: Extension = KHR_LINE_RASTERIZATION_EXTENSION

The metadata for this extension.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§