holoride
Search Results for

    Show / Hide Table of Contents

    Class BufferPairExtensions

    Inheritance
    object
    BufferPairExtensions
    Namespace: Holoride.ElasticSDK
    Assembly: Holoride.ElasticSDK.Library.Runtime.dll
    Syntax
    public static class BufferPairExtensions

    Methods

    CopyFromGPUToCPUAsync(BufferPair<float>, CancellationToken)

    Attempts to copy data from GPU to CPU asynchronously.

    Declaration
    public static UniTask CopyFromGPUToCPUAsync(this BufferPair<float> self, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    BufferPair<float> self

    The buffer pair for which to copy GPU data to CPU data.

    CancellationToken cancellationToken

    The token to monitor for cancellation requests.

    Returns
    Type Description
    Cysharp.Threading.Tasks.UniTask
    In This Article

    Back to top
    ©   holoride
    Privacy   Imprint