MCPcopy 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
489void VulkanRenderDevice::WaitForCommands(bool finish)
490{
491 mCommands->WaitForCommands(finish);
492}
493
494unsigned int VulkanRenderDevice::GetLightBufferBlockSize() const
495{

Callers 8

UpdateHWBufferSetMethod · 0.45
UpdateFixedSetMethod · 0.45
WaitForStreamBuffersMethod · 0.45
CreateTextureMethod · 0.45
BeginFrameMethod · 0.45
UpdateMethod · 0.45
CopyScreenToBufferMethod · 0.45
ResizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected