Package org.lwjgl.opengles
Class QCOMBinningControl
- java.lang.Object
-
- org.lwjgl.opengles.QCOMBinningControl
-
public final class QCOMBinningControl extends java.lang.Object
Native bindings to the QCOM_binning_control extension.This extension adds some new hints to give more control to application developers over the driver's binning algorithm.
Only change this state right before changing rendertargets or right after a swap or there will be a large performance penalty.
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_BINNING_CONTROL_HINT_QCOM
Accepted by thetarget
parameter of Hint.static int
GL_CPU_OPTIMIZED_QCOM
GL_DONT_CARE
GL_GPU_OPTIMIZED_QCOM
GL_RENDER_DIRECT_TO_FRAMEBUFFER_QCOMAccepted by thehint
parameter of Hint.
-
-
-
Field Detail
-
GL_BINNING_CONTROL_HINT_QCOM
Accepted by thetarget
parameter of Hint.
-
GL_CPU_OPTIMIZED_QCOM, GL_GPU_OPTIMIZED_QCOM, GL_RENDER_DIRECT_TO_FRAMEBUFFER_QCOM, GL_DONT_CARE
Accepted by thehint
parameter of Hint.
-
-