Interface IResource

A Component that holds one or more handles to GPU resources.

interface IResource ;

Properties

NameTypeDescription
initialized[get] boolWhether this Resource has been successfully initialized.

Methods

NameDescription
initialize (device) Initialize this Resource. intiialized should be true if successful.

See Also

Implementations