Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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 4 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.ResizeBuffers
.
This flag is mutually exclusive with RenderTextureCreationFlags.DynamicallyScalable. Refer to RenderTexture.ApplyDynamicScale and Dynamic resolution for more details.