Photon Common Library 2.0.0-beta
A physically based renderer.
|
#include "Common/assertion.h"
#include <string>
#include <string_view>
#include <vector>
#include <cstddef>
#include <optional>
#include <utility>
Go to the source code of this file.
Classes | |
class | ph::IniFile |
INI file I/O. This class is useful for recording various settings across the entire engine project. As a low-level I/O class in Common library, it can be used regardless the engine initialization state (see init_render_engine() and exit_render_engine() in Engine library for more details). More... | |
Namespaces | |
namespace | ph |
The root for all renderer implementations. | |