Version: 2023.1
언어: 한국어

GraphicsTextureDescriptor

struct in UnityEngine.Rendering

매뉴얼로 전환

설명

Contains all the information Unity uses to create a GraphicsTexture.

변수

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.