docs.unity3d.com
    目次を表示する/隠す

    Enum StoreActionsOptimization

    Defines if Unity discards or stores the render targets of the DrawObjects Passes. Selecting the Store option significantly increases the memory bandwidth on mobile and tile-based GPUs.

    Namespace: UnityEngine.Rendering.Universal
    Syntax
    public enum StoreActionsOptimization

    Fields

    Name Description Value
    Auto

    Unity uses the Discard option by default, and falls back to the Store option if it detects any injected Passes.

    Discard

    Unity discards the render targets of render Passes that are not reused later (lower memory bandwidth).

    Store

    Unity stores all render targets of each Pass (higher memory bandwidth).

    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)