Texture Properties |
The Texture type exposes the following members.
Name | Description | |
---|---|---|
ArrayLayers |
The number of texture array layers (for 2D or cube textures).
| |
BitsPerPixel |
The number of bits per pixel.
| |
Depth |
The depth of the texture, if 3D.
| |
Format |
The format of the image data.
| |
Height |
The height of the texture.
| |
IsCubeMap |
Indicates whether the texture is a cubemap.
| |
MipLevels |
The number of mip levels in the texture.
| |
SizeInBytes |
The size of the entire texture, in bytes.
| |
Width |
The width of the texture.
|