ResourceID class

Class similar to ResourceKey, but this one is only formed up by an instanceID and a groupID.

The groupID is used when hashing and comparing, allowing this class to be used in containers such as hash_map or sorted vectors.

Constructors, destructors, conversion operators

ResourceID()
ResourceID(uint32_t instanceID, uint32_t groupID)

Public functions

auto operator==(const ResourceID& b) const -> bool

Public variables

uint32_t groupID
uint32_t instanceID