Loading...
Searching...
No Matches
3#include "common/types/SmartPointers.h"
4#include "common/types/OpenGLTypes.h"
9 std::cerr << "\nAssertion failed: " << #x << std::endl
14 ASSERT(GLLogError(#x, __FILE__, __LINE__))
17bool GLLogError(
const char* function,
const char* file,
int line);
18void ERROR(
const char* message);