Skip to content

vulkan: Fall back to raw data objects when deserializing if ops == NULL

This can happen if an object is serialized whose object type isn't in the pipeline cache import ops. In this case, we generate a raw data object and plan to turn it into the right object type later.

Fixes: d35e78bb ("vulkan/pipeline_cache: Implement deserialize for raw objects")

Merge request reports