carb::assets::Type

Defined in carb/assets/AssetsTypes.h

struct Type

Wrapper for an asset type that can be passed to various functions, identifies the asset as a hashed string plus the version number, which can impact the LoadParameters structure.

Public Functions

inline Type(HashedType hashedType, uint32_t majorVersion, uint32_t minorVersion)

Constructor.

Public Members

uint64_t hashedType

The hashed string name of the Type.

uint32_t majorVersion

The major version.

uint32_t minorVersion

The minor version.