Skip to main content

ResourceDescriptor

ResourceDescriptor

Base abstract class for any managed resource such as a texture of a buffer

Kind: global class

resourceDescriptor.type ⇒ string

Resource type, useful for debugging and UI Not guaranteed to be unique

Kind: instance property of ResourceDescriptor

resourceDescriptor.isResourceDescriptor ⇒ boolean

For fast type checks

Kind: instance property of ResourceDescriptor

resourceDescriptor.equals(other) ⇒ boolean

Kind: instance method of ResourceDescriptor

ParamType
otherT