Photon Common Library 2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
logger_fwd.h File Reference
#include <functional>
#include <string_view>

Go to the source code of this file.

Namespaces

namespace  ph
 The root for all renderer implementations.
 

Typedefs

using ph::LogHandler = std::function<void(ELogLevel logLevel, std::string_view logString)>