Click or drag to resize

FramebufferColorReadType Property

Get the type chosen by the implementation with which pixels may be read from the color buffer of the currently bound framebuffer in conjunction with ColorReadFormat.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public glPixelDataType ColorReadType { get; }

Property Value

Type: glPixelDataType
Remarks
In addition to this implementation-dependent format/type pair, format RGBA in conjunction with type UnsingedByte is always allowed by every implementation, regardless of the currently bound render surface.

Note: this is a global value that affects all framebuffers.

OpenGL API: glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_TYPE)

See Also