Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
Grindstone::DeferredDeletionQueue Class Reference

Public Member Functions

void Initialize (uint8_t frameCount, uint32_t poolSize)
void PushDeletion (std::function< void()> fn)
void DeleteAll ()
void DeleteForFrame ()

Protected Attributes

std::vector< DeletionQueuequeues

The documentation for this class was generated from the following files:
  • /github/workspace/sources/code/EngineCore/Utils/DeferredDeletionQueue.hpp
  • /github/workspace/sources/code/EngineCore/Utils/DeferredDeletionQueue.cpp