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
-
This should be set if GraphicsPipelineStateDesc::primitive_topology is not PrimitiveTopology::line_strip or PrimitiveTopology::triangle_strip.
-
Use 0xFFFF as index buffer strip cut value. This can only be set if the index buffer format is Format::r16_uint.
-
Use 0xFFFFFFFF as index buffer strip cut value. This can only be set if the index buffer format is Format::r32_uint.