mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
nv30: Fix build -- rename Size to NrTokens.
This commit is contained in:
parent
adc6847260
commit
844034dee5
1 changed files with 1 additions and 1 deletions
|
|
@ -613,7 +613,7 @@ nv30_vertprog_translate(struct nv30_context *nv30,
|
|||
|
||||
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