Photon Engine 2.0.0-beta
A physically based renderer.
|
#include <atomic>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | ph::TRelaxedAtomic< T > |
Wrapper for relaxed atomic read and write. May resort to lock based read/write if atomic read/write for type T is not supported. More... | |
Namespaces | |
namespace | ph |
The root for all renderer implementations. | |