Base class for Draw Primitives using a vector of Render Instances. More...
#include <le2d/drawable/draw_primitive.hpp>
Public Member Functions | |
| auto | get_instances () const -> std::span< RenderInstance const > final |
Public Attributes | |
| std::vector< RenderInstance > | instances {} |
Base class for Draw Primitives using a vector of Render Instances.
|
inlinefinal |
| std::vector<RenderInstance> le::InstancedDrawPrimitive< Type >::instances {} |