mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
llvmpipe: fix comment typo in lp_bld_interp.h
Signed-off-by: Brian Paul <brianp@vmware.com> Reviewed-by: Roland Scheidegger <sroland@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16937>
This commit is contained in:
parent
eeb9938c64
commit
dde4f9969c
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ struct lp_shader_input {
|
|||
uint interp:4; /* enum lp_interp */
|
||||
uint usage_mask:4; /* bitmask of TGSI_WRITEMASK_x flags */
|
||||
uint src_index:8; /* where to find values in incoming vertices */
|
||||
uint location:2; /* TGSI_INTERPOLOATE_LOC_* */
|
||||
uint location:2; /* TGSI_INTERPOLATE_LOC_* */
|
||||
uint padding:14;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue