Home
last modified time | relevance | path

Searched defs:safe_VkDescriptorSetAllocateInfo (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.h808 struct safe_VkDescriptorSetAllocateInfo { struct
814 safe_VkDescriptorSetAllocateInfo(const VkDescriptorSetAllocateInfo* in_struct); argument
816 safe_VkDescriptorSetAllocateInfo& operator=(const safe_VkDescriptorSetAllocateInfo& src); argument
821 …kDescriptorSetAllocateInfo *ptr() { return reinterpret_cast<VkDescriptorSetAllocateInfo *>(this); } in ptr()
822 …cateInfo const *ptr() const { return reinterpret_cast<VkDescriptorSetAllocateInfo const *>(this); } in ptr()