-------------------------------------------------------------------------
| 1104 | } |
| 1105 | //------------------------------------------------------------------------- |
| 1106 | VkFence VulkanQueue::acquireCurrentFence() |
| 1107 | { |
| 1108 | VkFence retVal = getCurrentFence(); |
| 1109 | ++mCurrentFenceRefCount; |
| 1110 | return retVal; |
| 1111 | } |
| 1112 | //------------------------------------------------------------------------- |
| 1113 | void VulkanQueue::releaseFence( VkFence fence ) |
| 1114 | { |
no outgoing calls
no test coverage detected