| 1009 | } |
| 1010 | |
| 1011 | inline void VulkanHppGenerator::checkForError( bool condition, int line, std::string const & message ) const |
| 1012 | { |
| 1013 | ::checkForError( "VulkanHppGenerator", condition, line, message ); |
| 1014 | } |
| 1015 | |
| 1016 | void VulkanHppGenerator::checkForWarning( bool condition, int line, std::string const & message ) const |
| 1017 | { |
nothing calls this directly
no test coverage detected