Fixed RCP operands count. (#1431)
if we have the wrong RCP operands count, bgfx::read will return the wrong size and the library will crush.
This commit is contained in:
parent
65a902181a
commit
a10c536af4
@ -147,7 +147,7 @@ namespace bgfx
|
|||||||
{ 5, 0 }, // GATHER4_C
|
{ 5, 0 }, // GATHER4_C
|
||||||
{ 5, 0 }, // GATHER4_PO
|
{ 5, 0 }, // GATHER4_PO
|
||||||
{ 0, 0 }, // GATHER4_PO_C
|
{ 0, 0 }, // GATHER4_PO_C
|
||||||
{ 0, 0 }, // RCP
|
{ 2, 0 }, // RCP
|
||||||
{ 0, 0 }, // F32TOF16
|
{ 0, 0 }, // F32TOF16
|
||||||
{ 0, 0 }, // F16TOF32
|
{ 0, 0 }, // F16TOF32
|
||||||
{ 0, 0 }, // UADDC
|
{ 0, 0 }, // UADDC
|
||||||
|
Loading…
Reference in New Issue
Block a user