mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 09:18:04 +02:00
nv20: Fix build -- rename Size to NrTokens.
This commit is contained in:
parent
276de3ffcf
commit
adc6847260
1 changed files with 1 additions and 1 deletions
|
|
@ -613,7 +613,7 @@ nv20_vertprog_translate(struct nv20_context *nv20,
|
|||
|
||||
imm = &parse.FullToken.FullImmediate;
|
||||
assert(imm->Immediate.DataType == TGSI_IMM_FLOAT32);
|
||||
// assert(imm->Immediate.Size == 4);
|
||||
assert(imm->Immediate.NrTokens == 4 + 1);
|
||||
vpc->imm[vpc->nr_imm++] =
|
||||
constant(vpc, -1,
|
||||
imm->u.ImmediateFloat32[0].Float,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue