Searched defs:safe_VkPhysicalDeviceFeatures2 (Results 1 – 1 of 1) sorted by relevance
1407 struct safe_VkPhysicalDeviceFeatures2 { struct1411 safe_VkPhysicalDeviceFeatures2(const VkPhysicalDeviceFeatures2* in_struct); argument1413 safe_VkPhysicalDeviceFeatures2& operator=(const safe_VkPhysicalDeviceFeatures2& src); argument1418 VkPhysicalDeviceFeatures2 *ptr() { return reinterpret_cast<VkPhysicalDeviceFeatures2 *>(this); } in ptr()1419 …eFeatures2 const *ptr() const { return reinterpret_cast<VkPhysicalDeviceFeatures2 const *>(this); } in ptr()