mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 01:50:10 +01:00
nir: correct comment
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Reviewed-by: M Henning <drawoc@darkrefraction.com> Reviewed-by: Reviewed-by: Christian Gmeiner <cgmeiner@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31892>
This commit is contained in:
parent
af2a796b13
commit
b8624d5c6b
1 changed files with 1 additions and 2 deletions
|
|
@ -1569,8 +1569,7 @@ typedef struct nir_op_info {
|
|||
uint8_t output_size;
|
||||
|
||||
/**
|
||||
* The type of vector that the instruction outputs. Note that the
|
||||
* staurate modifier is only allowed on outputs with the float type.
|
||||
* The type of vector that the instruction outputs.
|
||||
*/
|
||||
nir_alu_type output_type;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue