Photon Engine 2.0.0-beta
A physically based renderer.
|
Go to the source code of this file.
Classes | |
class | ph::TArrayStack< T, N > |
A fixed size stack 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. | |