Color

data class Color(val index: Int) : FramebufferAttachmentType

Color attachment.

The minimum index is 0.

The maximum index is equal to the value returned by glGetMaxColorAttachments minus one.

Constructors

Link copied to clipboard
constructor(index: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val index: Int

Index of this color attachment.