Module qtjambi.opengl
Package io.qt.opengl
-
Class Summary Class Description QAbstractOpenGLFunctions The base class of a family of classes that expose all functions for each OpenGL version and profileQOpenGLBuffer Functions for creating and managing OpenGL buffer objectsQOpenGLBuffer.RangeAccessFlags QFlags type for enumQOpenGLBuffer.RangeAccessFlag
QOpenGLDebugLogger Enables logging of OpenGL debugging messagesQOpenGLDebugMessage Wraps an OpenGL debug messageQOpenGLDebugMessage.Severities QFlags type for enumQOpenGLDebugMessage.Severity
QOpenGLDebugMessage.Sources QFlags type for enumQOpenGLDebugMessage.Source
QOpenGLDebugMessage.Types QFlags type for enumQOpenGLDebugMessage.Type
QOpenGLFramebufferObject Encapsulates an OpenGL framebuffer objectQOpenGLFramebufferObjectFormat Specifies the format of an OpenGL framebuffer objectQOpenGLFunctions_1_0 All functions for OpenGL 1.0 specificationQOpenGLFunctions_1_1 All functions for OpenGL 1.1 specificationQOpenGLFunctions_1_2 All functions for OpenGL 1.2 specificationQOpenGLFunctions_1_3 All functions for OpenGL 1.3 specificationQOpenGLFunctions_1_4 All functions for OpenGL 1.4 specificationQOpenGLFunctions_1_5 All functions for OpenGL 1.5 specificationQOpenGLFunctions_2_0 All functions for OpenGL 2.0 specificationQOpenGLFunctions_2_1 All functions for OpenGL 2.1 specificationQOpenGLFunctions_3_0 All functions for OpenGL 3.0 specificationQOpenGLFunctions_3_1 All functions for OpenGL 3.1 specificationQOpenGLFunctions_3_2_Compatibility All functions for OpenGL 3.2 compatibility profileQOpenGLFunctions_3_2_Core All functions for OpenGL 3.2 core profileQOpenGLFunctions_3_3_Compatibility All functions for OpenGL 3.3 compatibility profileQOpenGLFunctions_3_3_Core All functions for OpenGL 3.3 core profileQOpenGLFunctions_4_0_Compatibility All functions for OpenGL 4.0 compatibility profileQOpenGLFunctions_4_0_Core All functions for OpenGL 4.0 core profileQOpenGLFunctions_4_1_Compatibility All functions for OpenGL 4.1 compatibility profileQOpenGLFunctions_4_1_Core All functions for OpenGL 4.1 core profileQOpenGLFunctions_4_2_Compatibility All functions for OpenGL 4.2 compatibility profileQOpenGLFunctions_4_2_Core All functions for OpenGL 4.2 core profileQOpenGLFunctions_4_3_Compatibility All functions for OpenGL 4.3 compatibility profileQOpenGLFunctions_4_3_Core All functions for OpenGL 4.3 core profileQOpenGLFunctions_4_4_Compatibility All functions for OpenGL 4.4 compatibility profileQOpenGLFunctions_4_4_Core All functions for OpenGL 4.4 core profileQOpenGLFunctions_4_5_Compatibility All functions for OpenGL 4.5 compatibility profileQOpenGLFunctions_4_5_Core All functions for OpenGL 4.5 core profileQOpenGLFunctions_ES2 All functions for OpenGL ES 2QOpenGLPaintDevice Enables painting to an OpenGL context using QPainterQOpenGLPixelTransferOptions Describes the pixel storage modes that affect the unpacking of pixels during texture uploadQOpenGLShader Allows OpenGL shaders to be compiledQOpenGLShader.ShaderType QFlags type for enumQOpenGLShader.ShaderTypeBit
QOpenGLShaderProgram Allows OpenGL shader programs to be linked and usedQOpenGLTexture Encapsulates an OpenGL texture objectQOpenGLTexture.Features QFlags type for enumQOpenGLTexture.Feature
QOpenGLTextureBlitter Convenient way to draw textured quads via OpenGLQOpenGLVersionFunctionsFactory Provides access to OpenGL functions for a specified version and profileQOpenGLVersionProfile Represents the version and if applicable the profile of an OpenGL contextQOpenGLVersionStatus Java wrapper for Qt class QOpenGLVersionStatusQOpenGLVertexArrayObject Wraps an OpenGL Vertex Array ObjectQOpenGLVertexArrayObject.Binder QOpenGLVertexArrayObject::Binder class is a convenience class to help with the binding and releasing of OpenGL Vertex Array ObjectsQOpenGLWindow Convenience subclass of QWindow to perform OpenGL painting -