FishingCactus / ShaderShaker

Tool to generalize shader creation. It manages the combinational complexity of shader systems.
30 stars 1 forks source link

Optimization of comparators #3

Closed crazyjul closed 10 years ago

crazyjul commented 10 years ago

Operator <, <=, >, >= are replaced with true or false when possible

@rams3s, @Zoubi, @gogoprog Can you check?