Contents

textureInternalFormat

The internal format of the OpenGL pixel buffer’s texture.

Declaration

@property (readonly) GLenum textureInternalFormat;

Return Value

The texture format, which can be one of the following values: GL_RGB, GL_RGBA, or GL_DEPTH_COMPONENT.

See Also

Getting OpenGL Pixel Buffer Information