Photon Engine 2.0.0-beta
A physically based renderer.
|
#include <cstddef>
#include <array>
#include <functional>
#include <concepts>
#include "Utility/TArrayHeap.ipp"
Go to the source code of this file.
Classes | |
class | ph::TArrayHeap< T, N, IsLess > |
A fixed size heap backed by an array. The container inherits the properties of a fixed size array of type T . The container keeps all N elements alive until its lifetime ends, even if elements are popped/removed from the stack. It is guaranteed that no dynamic memory allocation takes place. More... | |
Namespaces | |
namespace | ph |
The root for all renderer implementations. | |