GPU/Shader Instruction Set: Difference between revisions

Smea (talk | contribs)
woooh, conditional expressions !
Smea (talk | contribs)
mNo edit summary
Line 466: Line 466:
|}
|}


For example, with CONDOP=1, NEGX=1 and NEGY=0, the resulting expression would be (!cmp.x && cmp.y).
For example, with CONDOP=1, NEGX=1 and NEGY=0, the resulting expression would be (cmp.x && !cmp.y).


== Registers ==
== Registers ==