gl_shader_disk_cache: Make use of std::nullopt where applicable
Allows the compiler to avoid unnecessarily zeroing out the internal buffer of std::optional on some implementations.
Please register or sign in to comment
Allows the compiler to avoid unnecessarily zeroing out the internal buffer of std::optional on some implementations.