google / graphicsfuzz

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

Add new basic type groups returning functions #1155

Closed AaronGhost closed 3 years ago

AaronGhost commented 3 years ago

Adds new utility functions to return lists of all signed integer based types (int, ivec2, ivec3, ivec4) and changes the availability of the boolean utility function.