Photon Common Library 2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
assertion.cpp File Reference
#include "Common/assertion.h"
#include "Common/os.h"
#include "Common/debug.h"
#include <cstdlib>
#include <iostream>

Namespaces

namespace  ph
 The root for all renderer implementations.
 
namespace  ph::detail
 Implementation detail mainly for internal usages.
 

Functions

void ph::detail::output_assertion_message (const std::string &filename, const std::string &lineNumber, const std::string &condition, const std::string &message)
 
void ph::detail::on_assertion_failed ()