Function spirv_std::arch::end_stream_primitive
source · pub unsafe fn end_stream_primitive<const STREAM: i64>()
Expand description
Finish the current primitive and start a new one. No vertex is emitted.
STREAM
is the output-primitive stream number.
Requires capability GeometryStreams
.
§Safety
This instruction must only be used when multiple streams are present.