Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::SceneGraphNode::events Struct Reference

Public Attributes

std::array< ECS::CustomEvent, EVENT_QUEUE_SIZE_events
 
std::array< std::atomic_bool, EVENT_QUEUE_SIZE_eventsFreeList
 

Static Public Attributes

static constexpr size_t EVENT_QUEUE_SIZE = 128
 

Detailed Description

Definition at line 354 of file SceneGraphNode.h.

Member Data Documentation

◆ _events

std::array<ECS::CustomEvent, EVENT_QUEUE_SIZE> Divide::SceneGraphNode::events::_events

Definition at line 358 of file SceneGraphNode.h.

◆ _eventsFreeList

std::array<std::atomic_bool, EVENT_QUEUE_SIZE> Divide::SceneGraphNode::events::_eventsFreeList

Definition at line 359 of file SceneGraphNode.h.

◆ EVENT_QUEUE_SIZE

constexpr size_t Divide::SceneGraphNode::events::EVENT_QUEUE_SIZE = 128
staticconstexpr

Definition at line 357 of file SceneGraphNode.h.


The documentation for this struct was generated from the following file: