docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method SetBufferCounterValue

    SetBufferCounterValue(ComputeBuffer, uint)

    Wraps SetBufferCounterValue on a CommandBuffer.

    Declaration
    public void SetBufferCounterValue(ComputeBuffer buffer, uint counterValue)
    Parameters
    Type Name Description
    ComputeBuffer buffer

    See CommandBuffer documentation

    uint counterValue

    See CommandBuffer documentation

    Implements
    IComputeCommandBuffer.SetBufferCounterValue(ComputeBuffer, uint)

    SetBufferCounterValue(GraphicsBuffer, uint)

    Wraps SetBufferCounterValue on a CommandBuffer.

    Declaration
    public void SetBufferCounterValue(GraphicsBuffer buffer, uint counterValue)
    Parameters
    Type Name Description
    GraphicsBuffer buffer

    See CommandBuffer documentation

    uint counterValue

    See CommandBuffer documentation

    Implements
    IComputeCommandBuffer.SetBufferCounterValue(GraphicsBuffer, uint)
    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)