gallium: add vertex stream argument to EMIT/ENDPRIM
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Roland Scheidegger <sroland@vmware.com>
This commit is contained in:
@@ -1646,14 +1646,14 @@ in any other type of shader.
|
||||
|
||||
.. opcode:: EMIT - Emit
|
||||
|
||||
Generate a new vertex for the current primitive using the values in the
|
||||
output registers.
|
||||
Generate a new vertex for the current primitive into the specified vertex
|
||||
stream using the values in the output registers.
|
||||
|
||||
|
||||
.. opcode:: ENDPRIM - End Primitive
|
||||
|
||||
Complete the current primitive (consisting of the emitted vertices),
|
||||
and start a new one.
|
||||
Complete the current primitive in the specified vertex stream (consisting of
|
||||
the emitted vertices), and start a new one.
|
||||
|
||||
|
||||
GLSL ISA
|
||||
|
Reference in New Issue
Block a user