AttachmentPoint

An enum of the possible frame buffer attachment points.

final
class AttachmentPoint {}

Members

Functions

getGLConstant
uint getGLConstant()

Gets the OpenGL constant for this attachment point.

isColor
bool isColor()

Returns true if the attachment point is a color attachment.

Meta