Enum RenderingServer.ViewportVrsMode
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum RenderingServer.ViewportVrsMode : long
Fields
Disabled = 0Variable rate shading is disabled.
Max = 3Represents the size of the RenderingServer.ViewportVrsMode enum.
Texture = 1Variable rate shading uses a texture. Note, for stereoscopic use a texture atlas with a texture for each view.
XR = 2Variable rate shading texture is supplied by the primary XRInterface.