override Texture Clone()
Makes a copy of this texture.
override Texture ToTexture(ViewType viewType, int arraySlice, int mipMapSlice)
Gets a view on this texture for a particular ViewType, array index (or zIndex for Texture3D)...
Fake 2D texture (URL should point to Image).
override Texture ToStaging()
Return an equivalent staging texture CPU read-writable from this instance.
A Texture 2D frontend to SharpDX.Direct3D11.Texture2D.
Base class for texture resources.