glslang
glslang copied to clipboard
Add explicit type support for bitfieldReverse
This was missing for 8- and 16-bit types.
I tried to add a test for these functions to Test/ but I couldn't find any evidence that the glsl.* tests were actually running in the test suite, so it had no effect. Do the tests need adding to an explicit list? If so, where?
I tried to add a test for these functions to
Test/but I couldn't find any evidence that theglsl.*tests were actually running in the test suite, so it had no effect. Do the tests need adding to an explicit list? If so, where?
Perhaps look into how #3920 does it?