UpdateSize(int, int)
Update the internal buffers.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Rendering.VirtualTexturing
- Assembly: UnityEngine.VirtualTexturingModule
public void UpdateSize(int width, int height)
Parameters
Width of the texture passed in during Resolver.Process.
Height of the texture passed in during Resolver.Process.
Remarks
This function is should be called whenever the resolution of the feedback texture changes.