AGClear
data class AGClear(var frameBuffer: AGFrameBufferBase, var frameBufferInfo: AGFrameBufferInfo, var color: RGBA, var depth: Float, var stencil: Int, var clearColor: Boolean, var clearDepth: Boolean, var clearStencil: Boolean) : AGCommand
Constructors
Link copied to clipboard
constructor(frameBuffer: AGFrameBufferBase, frameBufferInfo: AGFrameBufferInfo, color: RGBA, depth: Float, stencil: Int, clearColor: Boolean, clearDepth: Boolean, clearStencil: Boolean)