Navigation
API > API/Runtime > API/Runtime/VulkanRHI > API/Runtime/VulkanRHI/IVulkanDynamicRHI
Description
Returns the command buffer for the currently active pipeline on the given RHI command list. Can only be called on executing command lists (i.e. ExecutingCmdList.IsBottomOfPipe() must be true),
| Name | RHIGetVkCommandBuffer |
| Type | function |
| Header File | /Engine/Source/Runtime/VulkanRHI/Public/IVulkanDynamicRHI.h |
| Include Path | #include "IVulkanDynamicRHI.h" |
VkCommandBuffer RHIGetVkCommandBuffer
(
FRHICommandListBase & ExecutingCmdList
) const