google / graphicsfuzz

A testing framework for automatically finding and simplifying bugs in graphics shader compilers.
Apache License 2.0
562 stars 117 forks source link

Remove unused variable from sample shaders #1119

Closed Vihanakangas closed 3 years ago

Vihanakangas commented 3 years ago

This commit removes a redundant line from stable_sampler_polar_warp.frag that contained an unused variable.

PRATHAM0908 commented 3 years ago

im interested to resolve this problem