Skip to content

vkr: wrap the array object allocations/creations/destructions to avoid duplication

Yiwei Zhang requested to merge zzyiwei/virglrenderer:obj-create into master

This MR wraps:

  • vkAllocateCommandBuffers
  • vkAllocateDescriptorSets
  • vkFreeCommandBuffers
  • vkFreeDescriptorSets
  • vkCreateGraphicsPipelines
  • vkCreateComputePipelines

This is also to prepare for the later Vulkan object leak bust.

/cc @olv @ryanneph

Edited by Yiwei Zhang

Merge request reports