GvrApi.Feature

public static abstract class GvrApi.Feature

Constants that represent non-universal GVR features.

Constants

Public Constructors

Inherited Methods

boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

Constants

public static final int ASYNC_REPROJECTION

Constant Value: 0

public static final int EXTERNAL_SURFACE

Constant Value: 2

public static final int HARDWARE_BUFFERS

Constant Value: 4

public static final int HEAD_POSE_6DOF

Constant Value: 3

public static final int MULTIVIEW

Constant Value: 1

Public Constructors

public GvrApi.Feature ()