Constant shard_ecs::ENTITY_INDEX_BITS[][src]

pub const ENTITY_INDEX_BITS: u8 = 24;
Expand description

Used amount of bits in the entityhandle for storing the index. Is defined to be 24 bits. Thus, yielding 2^24 = 16_777_216 different indices/entities.