Package org.lwjgl.opengles
Class QCOMFrameExtrapolation
- java.lang.Object
-
- org.lwjgl.opengles.QCOMFrameExtrapolation
-
public class QCOMFrameExtrapolation extends java.lang.Object
Native bindings to the QCOM_frame_extrapolation extension.Frame extrapolation is the process of producing a new, future frame based on the contents of two previously rendered frames. It may be used to produce high frame rate display updates without incurring the full cost of traditional rendering at the higher framerate.
This extension adds support for frame extrapolation in OpenGL ES by adding a function which takes three textures. The first two are used in sequence as the source frames, from which the extrapolated frame is derived. The extrapolated frame is stored in the third texture.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
glExtrapolateTex2DQCOM(int src1, int src2, int output, float scaleFactor)
-