Package org.lwjgl.opengles
Class QCOMTextureFoveated2
- java.lang.Object
-
- org.lwjgl.opengles.QCOMTextureFoveated2
-
public final class QCOMTextureFoveated2 extends java.lang.ObjectNative bindings to the QCOM_texture_foveated2 extension.This extension adds a new texture parameter that specifies a pixel density below which rendering can be discarded during foveated rendering.
Requires
QCOM_texture_foveated.
-
-
Field Summary
Fields Modifier and Type Field Description static intGL_TEXTURE_FOVEATED_CUTOFF_DENSITY_QCOMAccepted as a value forpnamefor theTexParameter{if}andTexParameter{if}vcommands and for thepnameparameter ofGetTexParameter{if}v.
-
-
-
Field Detail
-
GL_TEXTURE_FOVEATED_CUTOFF_DENSITY_QCOM
public static final int GL_TEXTURE_FOVEATED_CUTOFF_DENSITY_QCOM
Accepted as a value forpnamefor theTexParameter{if}andTexParameter{if}vcommands and for thepnameparameter ofGetTexParameter{if}v.- See Also:
- Constant Field Values
-
-