docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method CreateRenderGraphTexture

    CreateRenderGraphTexture(RenderGraph, RenderTextureDescriptor, string, bool, FilterMode, TextureWrapMode)

    Utility method to convert RenderTextureDescriptor to TextureHandle and create a RenderGraph texture

    Declaration
    public static TextureHandle CreateRenderGraphTexture(RenderGraph renderGraph, RenderTextureDescriptor desc, string name, bool clear, FilterMode filterMode = FilterMode.Point, TextureWrapMode wrapMode = TextureWrapMode.Clamp)
    Parameters
    Type Name Description
    RenderGraph renderGraph
    RenderTextureDescriptor desc
    string name
    bool clear
    FilterMode filterMode
    TextureWrapMode wrapMode
    Returns
    Type Description
    TextureHandle
    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)