BufferViewport.Reprojection

  • BufferViewport.Reprojection is an abstract class defining types of asynchronous reprojection in VR.

  • It offers two constants: FULL for full reprojection and NONE for no reprojection.

  • A public constructor BufferViewport.Reprojection() is available for creating instances.

  • This class inherits methods from java.lang.Object for basic object functionalities like equals, hashCode, and toString.

public static abstract class BufferViewport.Reprojection

Types of asynchronous reprojection.

Constants

int FULL Reproject in all dimensions.
int NONE Do not reproject.

Public Constructors

Inherited Methods

Constants

public static final int FULL

Reproject in all dimensions.

Constant Value: 1

public static final int NONE

Do not reproject.

Constant Value: 0

Public Constructors

public BufferViewport.Reprojection ()