Version: 2023.1
LanguageEnglish
  • C#

GraphicsTextureDescriptor

struct in UnityEngine.Rendering

/

Implemented in:UnityEngine.CoreModule

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Contains all the information Unity uses to create a GraphicsTexture.

Properties

arrayLengthThe number of textures in the GraphicsTexture array.
depthThe depth of a 3D GraphicsTexture.
dimensionThe dimensionality (type) of the GraphicsTexture.
formatThe color format for the GraphicsTexture expressed as a GraphicsFormat.
heightThe height of the GraphicsTexture in pixels when Unity uploads it to the GPU.
mipCountThe number of mipmap levels in this GraphicsTexture.
widthThe width of the GraphicsTexture in pixels when Unity uploads it to the GPU.