Package org.lwjgl.opengles
Class QCOMFramebufferFoveated
java.lang.Object
org.lwjgl.opengles.QCOMFramebufferFoveated
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
glFramebufferFoveationConfigQCOM
(int fbo, int numLayers, int focalPointsPerLayer, int requestedFeatures, int[] providedFeatures) void glFramebufferFoveationConfigQCOM(GLuint fbo, GLuint numLayers, GLuint focalPointsPerLayer, GLuint requestedFeatures, GLuint * providedFeatures)
static void
glFramebufferFoveationConfigQCOM
(int fbo, int numLayers, int focalPointsPerLayer, int requestedFeatures, IntBuffer providedFeatures) void glFramebufferFoveationConfigQCOM(GLuint fbo, GLuint numLayers, GLuint focalPointsPerLayer, GLuint requestedFeatures, GLuint * providedFeatures)
static void
glFramebufferFoveationParametersQCOM
(int fbo, int layer, int focalPoint, float focalX, float focalY, float gainX, float gainY, float foveaArea) void glFramebufferFoveationParametersQCOM(GLuint fbo, GLuint layer, GLuint focalPoint, GLfloat focalX, GLfloat focalY, GLfloat gainX, GLfloat gainY, GLfloat foveaArea)
static void
nglFramebufferFoveationConfigQCOM
(int fbo, int numLayers, int focalPointsPerLayer, int requestedFeatures, long providedFeatures) void glFramebufferFoveationConfigQCOM(GLuint fbo, GLuint numLayers, GLuint focalPointsPerLayer, GLuint requestedFeatures, GLuint * providedFeatures)
-
Field Details
-
GL_FOVEATION_ENABLE_BIT_QCOM
public static final int GL_FOVEATION_ENABLE_BIT_QCOM- See Also:
-
GL_FOVEATION_SCALED_BIN_METHOD_BIT_QCOM
public static final int GL_FOVEATION_SCALED_BIN_METHOD_BIT_QCOM- See Also:
-
-
Method Details
-
nglFramebufferFoveationConfigQCOM
public static void nglFramebufferFoveationConfigQCOM(int fbo, int numLayers, int focalPointsPerLayer, int requestedFeatures, long providedFeatures) void glFramebufferFoveationConfigQCOM(GLuint fbo, GLuint numLayers, GLuint focalPointsPerLayer, GLuint requestedFeatures, GLuint * providedFeatures)
-
glFramebufferFoveationConfigQCOM
public static void glFramebufferFoveationConfigQCOM(int fbo, int numLayers, int focalPointsPerLayer, int requestedFeatures, IntBuffer providedFeatures) void glFramebufferFoveationConfigQCOM(GLuint fbo, GLuint numLayers, GLuint focalPointsPerLayer, GLuint requestedFeatures, GLuint * providedFeatures)
-
glFramebufferFoveationParametersQCOM
public static void glFramebufferFoveationParametersQCOM(int fbo, int layer, int focalPoint, float focalX, float focalY, float gainX, float gainY, float foveaArea) void glFramebufferFoveationParametersQCOM(GLuint fbo, GLuint layer, GLuint focalPoint, GLfloat focalX, GLfloat focalY, GLfloat gainX, GLfloat gainY, GLfloat foveaArea)
-
glFramebufferFoveationConfigQCOM
public static void glFramebufferFoveationConfigQCOM(int fbo, int numLayers, int focalPointsPerLayer, int requestedFeatures, int[] providedFeatures) void glFramebufferFoveationConfigQCOM(GLuint fbo, GLuint numLayers, GLuint focalPointsPerLayer, GLuint requestedFeatures, GLuint * providedFeatures)
-