GLBackend.maxColorAttachments

Returns the 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.

class GLBackend
override pure nothrow const @safe @nogc @property
int
maxColorAttachments
()

Meta