Method ResetRTHandleReferenceSize
ResetRTHandleReferenceSize(int, int)
Resets the reference size of the internal RTHandle System. This allows users to reduce the memory footprint of render textures after doing a super sampled rendering pass for example.
Declaration
public void ResetRTHandleReferenceSize(int width, int height)
Parameters
| Type | Name | Description |
|---|---|---|
| int | width | New width of the internal RTHandle System. |
| int | height | New height of the internal RTHandle System. |