Renderer.Multisample

static int Multisample{ get set }

Description

Allows you to set the multisample (MSAA) level of the render surface. Valid values are 1, 2, 4, 8, 16, though some OpenXR runtimes may clamp this to lower values. Note that while this can greatly smooth out edges, it also greatly increases RAM usage and fill rate, so use it sparingly. Only works in XR mode. If known in advance, set this via SKSettings in initialization. This is a very costly change to make.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!