AndroidBlitType

enumeration

Cambiar al Manual

Descripción

Describes the method for how content is displayed on the screen.

Options are: Draw directly to the screen, render offscreen and blit to the backbuffer or automatically choose the most appropriate option.

Variables

AlwaysAlways render offscreen and blit to the backbuffer.
NeverNever render offscreen and blit to the backbuffer. Note: Does not work with linear colorspace, MSAA or non-native resolutions.
AutoAutomatically determine the most appropriate method for drawing to the screen.