CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
Renderable.hpp File Reference

Go to the source code of this file.

Classes

struct  CeresEngine::RenderableComponent
 A component that represents an object that can be rendered by a renderer. More...
 
struct  CeresEngine::RenderableComponent::Accessor
 A class that describes access to a RenderableComponent. More...
 
class  CeresEngine::Renderable
 

Namespaces

namespace  CeresEngine
 

Typedefs

using CeresEngine::RenderableMaterialVector = SmallVector< HMaterial, 10 >