mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 05:00:09 +01:00
nir: really actually fix comment this time
Signed-off-by: Rob Clark <robclark@freedesktop.org>
This commit is contained in:
parent
5305603b9d
commit
7c72f593ad
1 changed files with 1 additions and 1 deletions
|
|
@ -1474,7 +1474,7 @@ typedef struct nir_shader {
|
|||
/** list of global variables in the shader (nir_variable) */
|
||||
struct exec_list globals;
|
||||
|
||||
/** list of system value variables in the shade (nir_variable) */
|
||||
/** list of system value variables in the shader (nir_variable) */
|
||||
struct exec_list system_values;
|
||||
|
||||
struct exec_list functions; /** < list of nir_function */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue