MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Hpp / checkForError

Method checkForError

generator/VulkanHppGenerator.cpp:1011–1014  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1009}
1010
1011inline void VulkanHppGenerator::checkForError( bool condition, int line, std::string const & message ) const
1012{
1013 ::checkForError( "VulkanHppGenerator", condition, line, message );
1014}
1015
1016void VulkanHppGenerator::checkForWarning( bool condition, int line, std::string const & message ) const
1017{

Callers

nothing calls this directly

Calls 1

checkForErrorFunction · 0.85

Tested by

no test coverage detected