mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 02:10:12 +01:00
i965/vs: Fix typo in brw_compute_vue_map
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
e57d77280e
commit
bba1105d52
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ brw_compute_vue_map(struct brw_context *brw, struct brw_vue_map *vue_map,
|
|||
int i;
|
||||
|
||||
/* gl_Layer and gl_ViewportIndex don't get their own varying slots -- they
|
||||
* are stored in the virst VUE slot (VARYING_SLOT_PSIZ).
|
||||
* are stored in the first VUE slot (VARYING_SLOT_PSIZ).
|
||||
*/
|
||||
slots_valid &= ~(VARYING_BIT_LAYER | VARYING_BIT_VIEWPORT);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue