Graphics/GraphicsComponent: Make renderMask a mandatory parameter
This commit is contained in:
@@ -26,7 +26,7 @@ namespace Nz
|
||||
GraphicsComponent(GraphicsComponent&&) = default;
|
||||
~GraphicsComponent() = default;
|
||||
|
||||
inline void AttachRenderable(std::shared_ptr<InstancedRenderable> renderable, UInt32 renderMask = 0xFFFFFFFF);
|
||||
inline void AttachRenderable(std::shared_ptr<InstancedRenderable> renderable, UInt32 renderMask);
|
||||
|
||||
inline void Clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user