Photon Common Library 2.0.0-beta
A physically based renderer.
|
#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)> |