RenderingMode


class RenderingMode


A device capability that determines what type of rendering is capable on an XrDevice.

Summary

Public companion properties

RenderingMode

The device supports monocular rendering.

RenderingMode

The device supports binocular (stereoscopic) rendering.

Public functions

open String

Returns a string representation of RenderingMode for debugging.

Public companion properties

MONO

val MONORenderingMode

The device supports monocular rendering.

STEREO

val STEREORenderingMode

The device supports binocular (stereoscopic) rendering.

Public functions

toString

open fun toString(): String

Returns a string representation of RenderingMode for debugging.

Note: Not intended for production use.