Package org.lwjgl.opengles
Class QCOMTextureFoveated2
- java.lang.Object
-
- org.lwjgl.opengles.QCOMTextureFoveated2
-
public final class QCOMTextureFoveated2 extends java.lang.Object
Native 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 int
GL_TEXTURE_FOVEATED_CUTOFF_DENSITY_QCOM
Accepted as a value forpname
for theTexParameter{if}
andTexParameter{if}v
commands and for thepname
parameter 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 forpname
for theTexParameter{if}
andTexParameter{if}v
commands and for thepname
parameter ofGetTexParameter{if}v
.- See Also:
- Constant Field Values
-
-