docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Create

    Create(int, RenderGraph, RenderGraphBuilder, bool)

    Creates the render graph buffer resources from an input count.

    Declaration
    public static GPUPrefixSum.RenderGraphResources Create(int newMaxElementCount, RenderGraph renderGraph, RenderGraphBuilder builder, bool outputIsTemp = false)
    Parameters
    Type Name Description
    int newMaxElementCount
    RenderGraph renderGraph

    Render Graph

    RenderGraphBuilder builder

    Render Graph Builder

    bool outputIsTemp

    Whether or not to allocate a transient resource.

    Returns
    Type Description
    GPUPrefixSum.RenderGraphResources

    The created Render Graph Resources.

    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)