AGStencilReference

inline class AGStencilReference(val data: Long)

Constructors

Link copied to clipboard
constructor(front: Int, back: Int)
constructor(data: Long)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val back: Int
Link copied to clipboard
val data: Long
Link copied to clipboard
val front: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
fun withReadMask(readMask: Int, readMaskBack: Int = readMask): AGStencilReference
Link copied to clipboard
fun withReferenceValue(referenceValue: Int, referenceValueBack: Int = referenceValue): AGStencilReference
Link copied to clipboard
fun withWriteMask(writeMask: Int, writeMaskBack: Int = writeMask): AGStencilReference