SpiecsEngine
 
Loading...
Searching...
No Matches

◆ SetPoolFlags()

VulkanDescriptorPool::Builder & Spices::VulkanDescriptorPool::Builder::SetPoolFlags ( VkDescriptorPoolCreateFlags flags)

Add a type identify to VkDescriptorPool.

Parameters
[in]flagsThe specific VkDescriptorPool type identify.
Returns
Returns a reference of this.

Definition at line 28 of file VulkanDescriptor.cpp.

32 {
34
35 m_PoolFlags = flags;
36 return *this;
37 }
#define SPICES_PROFILE_ZONE
VkDescriptorPoolCreateFlags m_PoolFlags
The specific VkDescriptorPool type identify.