spirv_std::arch

Function emit_vertex

Source
pub unsafe fn emit_vertex()
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. Requires capability Geometry.

ยงSafety

This instruction must only be used when only one stream is present.