mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
st/mesa: fix typo s/BFC0/BFC1/
This commit is contained in:
parent
9d5479eeeb
commit
bb0b954f12
1 changed files with 2 additions and 2 deletions
|
|
@ -237,8 +237,8 @@ find_translated_vp(struct st_context *st,
|
|||
}
|
||||
if (emitBFC1) {
|
||||
xvp->output_to_slot[VERT_RESULT_BFC1] = numVpOuts++;
|
||||
xvp->output_to_semantic_name[VERT_RESULT_BFC0] = TGSI_SEMANTIC_COLOR;
|
||||
xvp->output_to_semantic_index[VERT_RESULT_BFC0] = 1;
|
||||
xvp->output_to_semantic_name[VERT_RESULT_BFC1] = TGSI_SEMANTIC_COLOR;
|
||||
xvp->output_to_semantic_index[VERT_RESULT_BFC1] = 1;
|
||||
}
|
||||
|
||||
/* Unneeded vertex program outputs will go to this slot.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue