Navigation
API > API/Runtime > API/Runtime/VulkanRHI > API/Runtime/VulkanRHI/FVulkanDynamicRHI
- FDynamicRHI::RHIGetCommandContext()
- FVulkanDynamicRHI::RHIGetCommandContext()
References
| Module | VulkanRHI |
| Header | /Engine/Source/Runtime/VulkanRHI/Public/VulkanDynamicRHI.h |
| Include | #include "VulkanDynamicRHI.h" |
| Source | /Engine/Source/Runtime/VulkanRHI/Private/VulkanCommands.cpp |
virtual IRHIComputeContext &42; RHIGetCommandContext
&40;
ERHIPipeline Pipeline,
FRHIGPUMask GPUMask
&41;
Remarks
Retrieves a new command context to begin the recording of a new platform command list. The returned context is specific to the given pipeline. It can later be converted to an IRHIPlatformCommandList by calling RHIFinalizeContext(), and then submitted to the GPU by calling RHISubmitCommandLists().
Called by parallel worker threads, and the render thread. Platform implementations must be thread safe.