Method ReadTexture
ReadTexture(in TextureHandle)
Specify a Texture resource to read from during the pass.
Declaration
public TextureHandle ReadTexture(in TextureHandle input)
Parameters
| Type | Name | Description |
|---|---|---|
| TextureHandle | input | The Texture resource to read from during the pass. |
Returns
| Type | Description |
|---|---|
| TextureHandle | An updated resource handle to the input resource. |