radv: add trim command pool stub
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
committed by
Bas Nieuwenhuizen
parent
2f7a7ae131
commit
ec0f5c005c
@@ -1915,6 +1915,13 @@ VkResult radv_ResetCommandPool(
|
||||
return VK_SUCCESS;
|
||||
}
|
||||
|
||||
void radv_TrimCommandPoolKHR(
|
||||
VkDevice device,
|
||||
VkCommandPool commandPool,
|
||||
VkCommandPoolTrimFlagsKHR flags)
|
||||
{
|
||||
}
|
||||
|
||||
void radv_CmdBeginRenderPass(
|
||||
VkCommandBuffer commandBuffer,
|
||||
const VkRenderPassBeginInfo* pRenderPassBegin,
|
||||
|
||||
Reference in New Issue
Block a user