5e62d8d1bd
This is to generate a different key for a library created with FRAGMENT_SHADER_BIT and no FS (ie. it would generate a noop FS) and a library created with FRAGMENT_OUTPUT_INTERFACE with no CB attachments. Otherwise, the same key would be generated and this would corrupt the cache. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22264>