Photon Engine 2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
PrimitiveBuildingMaterial.h
Go to the documentation of this file.
1#pragma once
2
3#include <Common/assertion.h>
4
5namespace ph
6{
7
8class PrimitiveMetadata;
9
11{
12public:
14
17 {
18 PH_ASSERT(metadata != nullptr);
19 }
20};
21
22}// end namespace ph
Definition PrimitiveBuildingMaterial.h:11
PrimitiveMetadata * metadata
Definition PrimitiveBuildingMaterial.h:13
PrimitiveBuildingMaterial(PrimitiveMetadata *const metadata)
Definition PrimitiveBuildingMaterial.h:15
Collection of attached components to a primitive. This type effectively "glues" various components th...
Definition PrimitiveMetadata.h:22
The root for all renderer implementations.
Definition EEngineProject.h:6