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

Method checkForError

generator/VideoHppGenerator.cpp:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void VideoHppGenerator::checkForError( bool condition, int line, std::string const & message ) const
154{
155 ::checkForError( "VideoHppGenerator", condition, line, message );
156}
157
158void VideoHppGenerator::checkForWarning( bool condition, int line, std::string const & message ) const
159{

Callers

nothing calls this directly

Calls 1

checkForErrorFunction · 0.85

Tested by

no test coverage detected