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

Method getGraphicsEncoder

RenderSystems/Vulkan/src/OgreVulkanQueue.cpp:325–334  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

323 }
324 //-------------------------------------------------------------------------
325 void VulkanQueue::getGraphicsEncoder()
326 {
327 if( mEncoderState != EncoderGraphicsOpen )
328 {
329 endCopyEncoder();
330 endComputeEncoder();
331
332 mEncoderState = EncoderGraphicsOpen;
333 }
334 }
335 //-------------------------------------------------------------------------
336 void VulkanQueue::getComputeEncoder()
337 {

Calls 1

endCopyEncoderFunction · 0.85

Tested by

no test coverage detected