About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/vulkan/runtime/vk_sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vulkan/runtime/vk_sync.c')
-rw-r--r--src/vulkan/runtime/vk_sync.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vulkan/runtime/vk_sync.c b/src/vulkan/runtime/vk_sync.c
index e5eb1346f4d..9263cc6bdcd 100644
--- a/src/vulkan/runtime/vk_sync.c
+++ b/src/vulkan/runtime/vk_sync.c
@@ -666,7 +666,8 @@ vk_sync_signal_unwrap(struct vk_device *device,
signal->signal_value = ++binary->next_point;
}
- assert(!vk_sync_type_is_dummy(signal->sync->type));
+ // TODO uncomment when we have sync working in frygon
+ //assert(!vk_sync_type_is_dummy(signal->sync->type));
return VK_SUCCESS;
}