You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update isValid generator and regenerate SPIRVIsValidEnum.h
For many enums in `spirv.hpp`, an isValid function was generated in
`SPIRVIsValidEnum.h` even though that function was never used. Remove
them to reduce build times and maintenance burden.
If a removed isValid function is needed again in the future, the enum
name needs to be added back to `gen_spirv.bash` followed by a rerun of
the script.
Regenerate SPIRVIsValidEnum.h using the updated `gen_spirv.bash`
script.
0 commit comments