core::resource namespace

deals with resource creation, tracking, and managing.

classes

handle<...>
wraps around a resource for sharing and management purposes.
metadata
represents a container of resources and their UID mappings

enums

status
represents the various states a resource can be in.
enum classclasspublicpublic

Enum documentation

status { initial = 0, loading = 1, loaded = 2, unloading = 3, unloaded = 4, missing = -1, invalid = -2 } represents the various states a resource can be in.