DEV Community

liuxinjia
liuxinjia

Posted on

Answer: GLSL break command

GLSL can be confusing insofar as for() suggests to you that there must be conditional branching, even when there isn't because the hardware is unable to do it at all (which applies to if() in the same way).

What really happens on pre-SM3 hardware is that the HAL inside your…

Top comments (0)