Package org.lwjgl.opengles
Class QCOMFrameExtrapolation
java.lang.Object
org.lwjgl.opengles.QCOMFrameExtrapolation
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
Modifier and TypeMethodDescriptionstatic void
glExtrapolateTex2DQCOM
(int src1, int src2, int output, float scaleFactor)
-
Method Details
-
glExtrapolateTex2DQCOM
public static void glExtrapolateTex2DQCOM(int src1, int src2, int output, float scaleFactor)
-