BufferViewport.Reprojection

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 ()