DynamicallyScalableExplicit
Set this flag to mark this RenderTexture for Dynamic Resolution, if the target platform/graphics API supports Dynamic Resolution.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Field
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
DynamicallyScalableExplicit = 131072
Remarks
If you set this flag, you need to scale the render texture manually, instead of using .
ScalableBufferManager.ResizeBuffersThis flag is mutually exclusive with RenderTextureCreationFlags.DynamicallyScalable. Refer to RenderTexture.ApplyDynamicScale and Dynamic resolution for more details.