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.
선언
public void ResetRTHandleReferenceSize(int width, int height)
파라미터
타입 | 이름 | 설명 |
---|---|---|
int | width | New width of the internal RTHandle System. |
int | height | New height of the internal RTHandle System. |