mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 11:00:11 +01:00
radv: remove VkPipelineCacheCreateInfo::flags assert
flags are handled, so this just crashes for no reason Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7030>
This commit is contained in:
parent
3f3a5f3489
commit
3b11b37a1b
1 changed files with 0 additions and 1 deletions
|
|
@ -511,7 +511,6 @@ VkResult radv_CreatePipelineCache(
|
|||
struct radv_pipeline_cache *cache;
|
||||
|
||||
assert(pCreateInfo->sType == VK_STRUCTURE_TYPE_PIPELINE_CACHE_CREATE_INFO);
|
||||
assert(pCreateInfo->flags == 0);
|
||||
|
||||
cache = vk_alloc2(&device->vk.alloc, pAllocator,
|
||||
sizeof(*cache), 8,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue