You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at least for the GLSL output the translation of OPCODE_UDIV and OPCODE_SWAPC can result in incorrect GLSL code.
As udiv calculates the division and reminder in one step and may overwrite both input registers, the currently emitted GLSL code is incorrect. This is also the same with OPCODE_SWAPC.
The text was updated successfully, but these errors were encountered:
H,
at least for the GLSL output the translation of OPCODE_UDIV and OPCODE_SWAPC can result in incorrect GLSL code.
As udiv calculates the division and reminder in one step and may overwrite both input registers, the currently emitted GLSL code is incorrect. This is also the same with OPCODE_SWAPC.
The text was updated successfully, but these errors were encountered: