spirv_std::arch

Function 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.