holoride
Search Results for

    Show / Hide Table of Contents

    Class CopyBufferToTexture

    Wrapper for a compute shader that may be used to copy data from a compute buffer to a texture.

    Inheritance
    object
    CopyBufferToTexture
    Namespace: Holoride.ElasticSDK.Compute
    Assembly: Holoride.ElasticSDK.Library.Runtime.dll
    Syntax
    [PublicAPI]
    public static class CopyBufferToTexture

    Methods

    Dispatch(ComputeBuffer, Texture)

    Declaration
    public static void Dispatch(ComputeBuffer input, Texture output)
    Parameters
    Type Name Description
    ComputeBuffer input
    Texture output

    Dispatch(CommandBuffer, ComputeBuffer, Texture)

    Declaration
    public static void Dispatch(CommandBuffer commandBuffer, ComputeBuffer input, Texture output)
    Parameters
    Type Name Description
    CommandBuffer commandBuffer
    ComputeBuffer input
    Texture output

    Initialize()

    Declaration
    public static void Initialize()
    In This Article

    Back to top
    ©   holoride
    Privacy   Imprint