Photon Common Library 2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
debug.h
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
5namespace ph
6{
7
8void debug_break();
9std::string obtain_stack_trace();
10
11}// end namespace ph
12
13#define PH_DEBUG_BREAK() ::ph::debug_break()
The root for all renderer implementations.
Definition assertion.h:9
void debug_break()
Definition debug.cpp:71
std::string obtain_stack_trace()
Definition debug.cpp:76