Photon Engine 2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
data_structure_fwd.h
Go to the documentation of this file.
1#pragma once
2
3#include <cstddef>
4
5namespace ph
6{
7
8template<std::size_t N>
9class TIndexedPolygonBuffer;
10
13
14}// end namespace ph
Definition TIndexedPolygonBuffer.h:23
The root for all renderer implementations.
Definition EEngineProject.h:6