Constant shard_ecs::ENTITY_GENERATION_BITS[][src]

pub const ENTITY_GENERATION_BITS: u8 = 8;
Expand description

Used amount of bits in an entityhandle for storing the version. Is defined to be 8 bits. Thus, yielding 2^8 = 256 different versions.