nw::EffectArray
-
struct EffectArray
Public Types
-
using storage = Vector<EffectHandle>
Public Functions
-
EffectArray(nw::MemoryResource *allocator = nw::kernel::global_allocator())
-
const_iterator begin() const
-
const_iterator end() const
-
size_t size() const noexcept
Gets the number of applied effects.
-
using storage = Vector<EffectHandle>