mirror of
https://github.com/starr-dusT/yuzu-mainline
synced 2024-03-05 21:12:25 -08:00
vk_reosurce_manager: Add assert for releasing fences
Notify the programmer when a request to release a fence is invalid because the fence is already free.
This commit is contained in:
parent
6ddffa010a
commit
ec983a2451
@ -87,6 +87,7 @@ void VKFence::Wait() {
|
||||
}
|
||||
|
||||
void VKFence::Release() {
|
||||
ASSERT(is_owned);
|
||||
is_owned = false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user