![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <VulkanCommandBuffer.h>
Public Member Functions | |
| FVulkanCommandBufferPool (FVulkanDevice &InDevice, FVulkanQueue &InQueue, EVulkanCommandBufferType InCommandBufferType) | |
| ~FVulkanCommandBufferPool () | |
| VkCommandPool | GetHandle () const |
| FCriticalSection * | GetCS () |
| FVulkanQueue & | GetQueue () |
| EVulkanCommandBufferType | GetCommandBufferType () const |
| void | FreeUnusedCmdBuffers (FVulkanQueue *Queue, bool bTrimMemory) |
| FVulkanCommandBufferPool::FVulkanCommandBufferPool | ( | FVulkanDevice & | InDevice, |
| FVulkanQueue & | InQueue, | ||
| EVulkanCommandBufferType | InCommandBufferType | ||
| ) |
| FVulkanCommandBufferPool::~FVulkanCommandBufferPool | ( | ) |
| void FVulkanCommandBufferPool::FreeUnusedCmdBuffers | ( | FVulkanQueue * | Queue, |
| bool | bTrimMemory | ||
| ) |
|
inline |
|
inline |
|
inline |
|
inline |