Class GPUCopy | High Definition RP | 6.5.3-preview
docs.unity.cn
    Show / Hide Table of Contents

    Class GPUCopy

    Inheritance
    Object
    GPUCopy
    Namespace: UnityEngine.Experimental.Rendering
    Syntax
    public class GPUCopy

    Constructors

    GPUCopy(ComputeShader)

    Declaration
    public GPUCopy(ComputeShader shader)
    Parameters
    Type Name Description
    ComputeShader shader

    Methods

    SampleCopyChannel_xyzw2x(CommandBuffer, RTHandleSystem.RTHandle, RTHandleSystem.RTHandle, RectInt)

    Declaration
    public void SampleCopyChannel_xyzw2x(CommandBuffer cmd, RTHandleSystem.RTHandle source, RTHandleSystem.RTHandle target, RectInt rect)
    Parameters
    Type Name Description
    CommandBuffer cmd
    RTHandleSystem.RTHandle source
    RTHandleSystem.RTHandle target
    RectInt rect
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX