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

    Struct ComputeBufferHandle

    Compute Buffer resource handle.

    Namespace: UnityEngine.Experimental.Rendering.RenderGraphModule
    Syntax
    public struct ComputeBufferHandle

    Properties

    nullHandle

    Returns a null compute buffer handle

    Declaration
    public static readonly ComputeBufferHandle nullHandle { get; }
    Property Value
    Type Description
    ComputeBufferHandle

    A null compute buffer handle.

    Methods

    IsValid()

    Return true if the handle is valid.

    Declaration
    public bool IsValid()
    Returns
    Type Description
    Boolean

    True if the handle is valid.

    Operators

    Implicit(ComputeBufferHandle to ComputeBuffer)

    Cast to ComputeBuffer

    Declaration
    public static implicit operator ComputeBuffer(ComputeBufferHandle buffer)
    Parameters
    Type Name Description
    ComputeBufferHandle buffer

    Input ComputeBufferHandle

    Returns
    Type Description
    ComputeBuffer

    Resource as a Compute Buffer.

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