Searched defs:safe_VkCommandBufferAllocateInfo (Results 1 – 1 of 1) sorted by relevance
948 struct safe_VkCommandBufferAllocateInfo { struct954 safe_VkCommandBufferAllocateInfo(const VkCommandBufferAllocateInfo* in_struct); argument956 safe_VkCommandBufferAllocateInfo& operator=(const safe_VkCommandBufferAllocateInfo& src); argument961 …kCommandBufferAllocateInfo *ptr() { return reinterpret_cast<VkCommandBufferAllocateInfo *>(this); } in ptr()962 …cateInfo const *ptr() const { return reinterpret_cast<VkCommandBufferAllocateInfo const *>(this); } in ptr()