MCPcopy Create free account
hub / github.com/ZDoom/Raze / GetTransferCommands

Method GetTransferCommands

source/common/rendering/vulkan/system/vk_commandbuffer.cpp:70–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70VulkanCommandBuffer* VkCommandBufferManager::GetTransferCommands()
71{
72 if (!mTransferCommands)
73 {
74 mTransferCommands = mCommandPool->createBuffer();
75 mTransferCommands->SetDebugName("VulkanRenderDevice.mTransferCommands");
76 mTransferCommands->begin();
77 }
78 return mTransferCommands.get();
79}
80
81VulkanCommandBuffer* VkCommandBufferManager::GetDrawCommands()
82{

Callers 14

GetDepthStencilMethod · 0.80
CreateImageMethod · 0.80
CreateTextureMethod · 0.80
AllocateBufferMethod · 0.80
CreateWipeTextureMethod · 0.80
CreateNullTextureMethod · 0.80
SetLightmapMethod · 0.80
VkPPTextureMethod · 0.80
SetDataMethod · 0.80

Calls 4

createBufferMethod · 0.80
SetDebugNameMethod · 0.45
beginMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected