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:
Eugeny Novikov 2018-07-09 20:09:51 +03:00 committed by Branimir Karadžić
parent 65a902181a
commit a10c536af4

View File

@ -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