Searched defs:safe_VkPhysicalDeviceImageFormatInfo2 (Results 1 – 1 of 1) sorted by relevance
1467 struct safe_VkPhysicalDeviceImageFormatInfo2 { struct1475 safe_VkPhysicalDeviceImageFormatInfo2(const VkPhysicalDeviceImageFormatInfo2* in_struct); argument1477 …safe_VkPhysicalDeviceImageFormatInfo2& operator=(const safe_VkPhysicalDeviceImageFormatInfo2& src); argument1482 …eviceImageFormatInfo2 *ptr() { return reinterpret_cast<VkPhysicalDeviceImageFormatInfo2 *>(this); } in ptr()1483 …fo2 const *ptr() const { return reinterpret_cast<VkPhysicalDeviceImageFormatInfo2 const *>(this); } in ptr()