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

    Class CommandBufferPool

    Command Buffer Pool

    Inheritance
    Object
    CommandBufferPool
    Namespace: UnityEngine.Rendering
    Syntax
    public static class CommandBufferPool : object

    Methods

    Get()

    Get a new Command Buffer.

    Declaration
    public static CommandBuffer Get()
    Returns
    Type Description
    CommandBuffer

    Get(String)

    Get a new Command Buffer and assign a name to it. Named Command Buffers will add profiling makers implicitly for the buffer execution.

    Declaration
    public static CommandBuffer Get(string name)
    Parameters
    Type Name Description
    String name
    Returns
    Type Description
    CommandBuffer

    Release(CommandBuffer)

    Release a Command Buffer.

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