Add an error check on functions returning VkResult but not specifying success codes. (#262)
This commit is contained in:
committed by
Markus Tavenrath
parent
38fd14d13c
commit
605ff24487
@@ -30,6 +30,7 @@ class VulkanHppGenerator
|
||||
m_handles.insert(std::make_pair("", HandleData())); // insert the default "handle" without class (for createInstance, and such)
|
||||
}
|
||||
|
||||
void checkCorrectness();
|
||||
std::map<std::string, std::string> createDefaults();
|
||||
std::string const& getTypesafeCheck() const;
|
||||
std::string const& getVersion() const;
|
||||
|
||||
Reference in New Issue
Block a user