15 #include <vsg/vk/DescriptorPool.h>
26 bool empty()
const noexcept {
return maxSlot == 0 && numDescriptorSets == 0 && descriptorPoolSizes.empty(); }
29 uint32_t numDescriptorSets = 0;
30 DescriptorPoolSizes descriptorPoolSizes;
32 VkDeviceSize minimumBufferSize = 16 * 1024 * 1024;
33 VkDeviceSize minimumDeviceMemorySize = 16 * 1024 * 1024;
35 void read(
Input& input)
override;
36 void write(
Output& output)
const override;
ResourceHints provides settings that help preallocation of Vulkan resources and memory.
Definition: ResourceHints.h:22