[][src]Module qt_gui::q_opengl_texture

C++ type: QOpenGLTexture

Structs

BindingTarget

This enum defines the possible binding targets of texture units.

ComparisonFunction

This enum specifies which comparison operator is used when texture comparison is enabled on this texture.

ComparisonMode

This enum specifies which comparison mode is used when sampling this texture.

CoordinateDirection

This enum defines the possible texture coordinate directions

CubeMapFace

This enum defines the possible CubeMap faces.

DepthStencilMode

This enum specifies which component of a depth/stencil texture is accessed when the texture is sampled.

Feature

This enum defines the OpenGL texture-related features that can be tested for.

Filter

This enum defines the filtering parameters for a QOpenGLTexture object.

MipMapGeneration

This enum defines the options to control mipmap generation.

PixelFormat

This enum defines the possible client-side pixel formats for a pixel transfer operation.

PixelType

This enum defines the possible pixel data types for a pixel transfer operation

SwizzleComponent

This enum defines the texture color components that can be assigned a swizzle mask.

SwizzleValue

This enum defines the possible mask values for texture swizzling.

Target

This enum defines the texture target of a QOpenGLTexture object.

TextureFormat

This enum defines the possible texture formats. Depending upon your OpenGL implementation only a subset of these may be supported.

TextureUnitReset

This enum defines options ot control texture unit activation.

WrapMode

This enum defines the possible texture coordinate wrapping modes.