glslang icon indicating copy to clipboard operation
glslang copied to clipboard

Add explicit type support for bitfieldReverse

Open gnl21 opened this issue 5 months ago • 2 comments

This was missing for 8- and 16-bit types.

gnl21 avatar Jul 11 '25 12:07 gnl21

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?

gnl21 avatar Jul 11 '25 12:07 gnl21

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?

Perhaps look into how #3920 does it?

dnovillo avatar Jul 11 '25 17:07 dnovillo