Luna::RHI::IndexBufferStripCutValue

enum IndexBufferStripCutValue : u8
{
    disabled
    value_0xffff
    value_0xffffffff
}

The value used to finish an existing line or triangle strip and start a new one when GraphicsPipelineStateDesc::primitive_topology is set to PrimitiveTopology::line_strip or PrimitiveTopology::triangle_strip.

Options