docs.unity3d.com
    Show / Hide Table of Contents

    Interface IDependableMemoryResource

    Namespace: Unity.Barracuda
    Syntax
    public interface IDependableMemoryResource

    Properties

    fence

    Read fence Returns job handle that can be used as dependsOn argument when scheduling data consumer job. Consumer job will start execution once Tensor data is ready for read access.

    Declaration
    JobHandle fence { get; set; }
    Property Value
    Type Description
    JobHandle

    reuse

    Write fence Write fence Returns job handle that can be used as dependsOn argument when scheduling data producer job. Producer job will start execution once Tensor data is ready for write access.

    Declaration
    JobHandle reuse { get; set; }
    Property Value
    Type Description
    JobHandle
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023