Function spirv_std::arch::emit_stream_vertex
source · pub unsafe fn emit_stream_vertex<const STREAM: i64>()
Expand description
Emits the current values of all output variables to the current output primitive. After execution, the values of all output variables are undefined.
STREAM
is the output-primitive stream number.
Requires capability GeometryStreams
.
§Safety
This instruction must only be used when multiple streams are present.