OpenGL.maxColorAttachments

class OpenGL
pure const nothrow
int
maxColorAttachments
()

Return Value

Type: int

Maximum number of color attachments. This is the number of targets a fragment shader can output to. You can rely on this number being at least 4 if MRT is supported.

Meta