CompilationInfoRequestStatus


class CompilationInfoRequestStatus


Indicates the status of a shader compilation info request.

Summary

Constants

const Int

Indicates the request for compilation info was cancelled.

const Int

The request was successful.

Public companion functions

String
toString(value: Int)

Constants

CallbackCancelled

const val CallbackCancelled = 2: Int

Indicates the request for compilation info was cancelled. This typically occurs if the shader module is destroyed or the device is lost before the info could be generated.

Success

const val Success = 1: Int

The request was successful.

Public companion functions

toString

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