Searched defs:safe_VkDescriptorSetAllocateInfo (Results 1 – 1 of 1) sorted by relevance
808 struct safe_VkDescriptorSetAllocateInfo { struct814 safe_VkDescriptorSetAllocateInfo(const VkDescriptorSetAllocateInfo* in_struct); argument816 safe_VkDescriptorSetAllocateInfo& operator=(const safe_VkDescriptorSetAllocateInfo& src); argument821 …kDescriptorSetAllocateInfo *ptr() { return reinterpret_cast<VkDescriptorSetAllocateInfo *>(this); } in ptr()822 …cateInfo const *ptr() const { return reinterpret_cast<VkDescriptorSetAllocateInfo const *>(this); } in ptr()