Searched refs:ObjectType (Results 1 – 1 of 1) sorted by relevance
103 template <typename ObjectType>104 void Info(ObjectType object, const char* format, ...) const in Info()113 template <typename ObjectType>114 void Warn(ObjectType object, const char* format, ...) const in Warn()123 template <typename ObjectType>124 void Err(ObjectType object, const char* format, ...) const in Err()134 template <typename ObjectType>135 static VkDebugReportObjectTypeEXT GetObjectType(ObjectType) { in GetObjectType() argument136 if (std::is_same<ObjectType, VkInstance>::value) in GetObjectType()138 else if (std::is_same<ObjectType, VkPhysicalDevice>::value) in GetObjectType()[all …]