TextureCube.SetData Method
Copies array data to the texture.
Overload List
Name | Description |
---|---|
TextureCube.SetData (CubeMapFace, Int32, Nullable<Rectangle>, T[], Int32, Int32, SetDataOptions) | Copies array data to the texture, specifying a start offset, mipmap level, and subregion to copy. |
TextureCube.SetData (CubeMapFace, T[]) | Copies array data to the texture at mipmap level 0. |
TextureCube.SetData (CubeMapFace, T[], Int32, Int32, SetDataOptions) | Copies array data to the texture at mipmap level 0, specifying a start offset. |
See Also
Reference
TextureCube Class
TextureCube Members
Microsoft.Xna.Framework.Graphics Namespace