Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.h948 struct safe_VkCommandBufferAllocateInfo { struct
954 safe_VkCommandBufferAllocateInfo(const VkCommandBufferAllocateInfo* in_struct); argument
956 safe_VkCommandBufferAllocateInfo& operator=(const safe_VkCommandBufferAllocateInfo& src); argument
961 …kCommandBufferAllocateInfo *ptr() { return reinterpret_cast<VkCommandBufferAllocateInfo *>(this); } in ptr()
962 …cateInfo const *ptr() const { return reinterpret_cast<VkCommandBufferAllocateInfo const *>(this); } in ptr()