mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-10-31 07:59:02 -05: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:
		| @@ -87,6 +87,7 @@ void VKFence::Wait() { | ||||
| } | ||||
|  | ||||
| void VKFence::Release() { | ||||
|     ASSERT(is_owned); | ||||
|     is_owned = false; | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ReinUsesLisp
					ReinUsesLisp