StoreOp


class StoreOp


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

Summary

Constants

const Int

Discards the contents of the attachment.

const Int
Store = 1

Stores the contents of the attachment.

const Int

Indicates that no store operation is specified.

Public companion functions

String
toString(value: Int)

Constants

Discard

const val Discard = 2: Int

Discards the contents of the attachment.

Store

const val Store = 1: Int

Stores the contents of the attachment.

Undefined

const val Undefined = 0: Int

Indicates that no store operation is specified.

Public companion functions

toString

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