Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ WaitForCommands
Method
WaitForCommands
source/common/rendering/vulkan/system/vk_renderdevice.cpp:489–492 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
487
}
488
489
void VulkanRenderDevice::WaitForCommands(bool finish)
490
{
491
mCommands->WaitForCommands(finish);
492
}
493
494
unsigned int VulkanRenderDevice::GetLightBufferBlockSize() const
495
{
Callers
8
UpdateHWBufferSet
Method · 0.45
UpdateFixedSet
Method · 0.45
WaitForStreamBuffers
Method · 0.45
CreateTexture
Method · 0.45
BeginFrame
Method · 0.45
Update
Method · 0.45
CopyScreenToBuffer
Method · 0.45
Resize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected