MCPcopy Create free account
hub / github.com/InoriRus/Kyty / End

Method End

source/emulator/src/Graphics/GraphicsRender.cpp:5463–5472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5461}
5462
5463void CommandBuffer::End() const
5464{
5465 EXIT_IF(IsInvalid());
5466
5467 auto* buffer = m_pool->buffers[m_index];
5468
5469 auto result = vkEndCommandBuffer(buffer);
5470
5471 EXIT_NOT_IMPLEMENTED(result != VK_SUCCESS);
5472}
5473
5474void CommandBuffer::Execute()
5475{

Callers 7

WindowDrawBufferFunction · 0.45
BufferFlushMethod · 0.45
UtilFillImageFunction · 0.45
UtilFillBufferFunction · 0.45
UtilCopyBufferFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected