mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
mesa: Update a comment about valid values of a field.
Notably, ENV and LOCAL aren't used any more (replaced by STATE_VAR), but apparently CONSTANT is. Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
aa6d7bc6d6
commit
fddc17ab36
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ struct asm_symbol {
|
|||
unsigned output_binding; /**< Output / result register number. */
|
||||
|
||||
/**
|
||||
* One of PROGRAM_STATE_VAR, PROGRAM_LOCAL_PARAM, or PROGRAM_ENV_PARAM.
|
||||
* One of PROGRAM_STATE_VAR or PROGRAM_CONSTANT.
|
||||
*/
|
||||
unsigned param_binding_type;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue