Class 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 |