Photon Common Library 2.0.0-beta
A physically based renderer.
|
#include "Common/debug.h"
#include "Common/config.h"
#include "Common/os.h"
#include <version>
#include <signal.h>
Namespaces | |
namespace | ph |
The root for all renderer implementations. | |
Macros | |
#define | psnip_trap() raise(SIGABRT) |
Functions | |
void | ph::debug_break () |
std::string | ph::obtain_stack_trace () |
#define psnip_trap | ( | ) | raise(SIGABRT) |