MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / acquireCurrentFence

Method acquireCurrentFence

RenderSystems/Vulkan/src/OgreVulkanQueue.cpp:1106–1111  ·  view source on GitHub ↗

-------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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 {

Callers 4

downloadFromGpuMethod · 0.80
queryIsTransferDoneMethod · 0.80
addFenceMethod · 0.80
VulkanAsyncTicketMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected