Constant shard_ecs::constants::ENTITY_HANDLE_BITS[][src]

pub const ENTITY_HANDLE_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 - 1 = 16_777_215 different indices/entities.