ITexture
Description
- Derived from
- Extended by
Base interface for texture resources for rendering.
Textures with the resource access patterns ResourceAccessPattern.Static and ResourceAccessPattern.Dynamic may be used for rendering.
Textures with the resource access pattern ResourceAccessPattern.Mappable may be used for updating other textures.
An implementation may choose to support other combinations, but is not required to do so.