Click or drag to resize

Texture Properties

The Texture type exposes the following members.

Properties
  NameDescription
Public propertyArrayLayers
The number of texture array layers (for 2D or cube textures).
Public propertyBitsPerPixel
The number of bits per pixel.
Public propertyDepth
The depth of the texture, if 3D.
Public propertyFormat
The format of the image data.
Public propertyHeight
The height of the texture.
Public propertyIsCubeMap
Indicates whether the texture is a cubemap.
Public propertyMipLevels
The number of mip levels in the texture.
Public propertySizeInBytes
The size of the entire texture, in bytes.
Public propertyWidth
The width of the texture.
Top
See Also