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

Method endAllEncoders

RenderSystems/Vulkan/src/OgreVulkanQueue.cpp:1057–1062  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1055 }
1056 //-------------------------------------------------------------------------
1057 void VulkanQueue::endAllEncoders( const bool endRenderPassDesc )
1058 {
1059 endCopyEncoder();
1060 endRenderEncoder( endRenderPassDesc );
1061 endComputeEncoder();
1062 }
1063 //-------------------------------------------------------------------------
1064 void VulkanQueue::notifyTextureDestroyed( VulkanTextureGpu *texture )
1065 {

Calls 1

endCopyEncoderFunction · 0.85

Tested by

no test coverage detected