class LoadOp


Defines the operation to perform on a render attachment at the beginning of a pass.

Summary

Constants

const Int
Clear = 2

Clears the attachment to a specified value.

const Int
Load = 1

Loads the existing contents of the attachment.

const Int

Indicates that no load operation is specified.

Public companion functions

String
toString(value: Int)

Constants

Clear

const val Clear = 2: Int

Clears the attachment to a specified value.

Load

const val Load = 1: Int

Loads the existing contents of the attachment.

Undefined

const val Undefined = 0: Int

Indicates that no load operation is specified.

Public companion functions

toString

Added in 1.0.0-alpha05
fun toString(value: Int): String