Gaia-ECS v1.0.0
A simple and powerful entity component system
Loading...
Searching...
No Matches
gaia::ecs::detail::CopyIterGroupState Struct Reference

Contiguous destination rows emitted as one CopyIter callback range. More...

#include <copy_scratch.h>

Public Attributes

ArchetypepArchetype = nullptr
 Destination archetype for the pending range.
 
ChunkpChunk = nullptr
 Destination chunk for the pending range.
 
uint16_t startRow = 0
 First destination row in pChunk.
 
uint16_t count = 0
 Number of contiguous rows in the pending range.
 

Detailed Description

Contiguous destination rows emitted as one CopyIter callback range.


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