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
5
namespace
ph
6
{
7
8
void
debug_break
();
9
std::string
obtain_stack_trace
();
10
11
}
// end namespace ph
12
13
#define PH_DEBUG_BREAK() ::ph::debug_break()
ph
The root for all renderer implementations.
Definition
assertion.h:9
ph::debug_break
void debug_break()
Definition
debug.cpp:71
ph::obtain_stack_trace
std::string obtain_stack_trace()
Definition
debug.cpp:76
Include
Common
debug.h
Generated by
1.11.0