[ Web Proxy ]
URL:
Viewing: https://docs.unity3d.com/ScriptReference/Rendering.GraphicsTextureDescriptor.html [Back]  [Original]

Unity - Scripting API: GraphicsTextureDescriptor
Version: Unity 6.5 (6000.5)
    • Supported
    • Legacy
    LanguageEnglish
    • C#

    GraphicsTextureDescriptor

    struct in UnityEngine.Rendering

    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
    Your name Your email Suggestion* Submit suggestion

    Cancel

    Description

    Contains all the information Unity uses to create a GraphicsTexture.

    Additional resources: GraphicsTexture.descriptor.

    Properties

    Property Description
    arrayLengthThe number of textures in the GraphicsTexture array.
    depthThe volumetric depth of a 3D GraphicsTexture.
    dimensionThe dimensionality (type) of the GraphicsTexture.
    flagsA set of GraphicsTextureDescriptorFlags that control how the texture can be rendered to or read from.
    formatThe pixel 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.
    numSamplesThe number of samples per pixel in the GraphicsTexture.
    widthThe width of the GraphicsTexture in pixels when Unity uploads it to the GPU.

    Web Proxy Viewer  |  New URL  |  Original Page