RenderQuality

data class RenderQuality(val hdrColorBuffer: View.Quality = View.Quality.HIGH)

Precision of the view's HDR color buffer. View.Quality.HIGH (the native default) is RGBA16F where supported — needed for emissive values above 1.0 to survive into bloom.

Constructors

Link copied to clipboard
constructor(hdrColorBuffer: View.Quality = View.Quality.HIGH)

Properties

Link copied to clipboard