Skip to content

Drop the noise*() glslparser tests for constant expressions

Faith Ekstrand requested to merge gfxstrand/piglit:review/drop-noise into master

These tests assert that noise() in a constant expression will cause a compile failure. However, the GLSL spec, as of version 4.40, says that noise() always returns 0 so it makes sense that maybe you can put it in a constant expression.

Merge request reports