Method SetOutputTexture
SetOutputTexture(RenderTexture)
This function is called upon processing the data extraction, the output texture may now be used for proceeding gpu operations.
Declaration
protected abstract void SetOutputTexture(RenderTexture output)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTexture | output | Texture that was updated with the kernel given. |