CompilationMessageType


class CompilationMessageType


Specifies the severity of a shader compilation message.

Summary

Constants

const Int
Error = 1

A compilation error.

const Int
Info = 3

An informational message.

const Int

A compilation warning.

Public companion functions

String
toString(value: Int)

Constants

Error

const val Error = 1: Int

A compilation error.

Info

const val Info = 3: Int

An informational message.

Warning

const val Warning = 2: Int

A compilation warning.

Public companion functions

toString

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