Function spirv_std::arch::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.