CompilationInfoRequestStatus


public final class CompilationInfoRequestStatus


Indicates the status of a shader compilation info request.

Summary

Constants

static final int

Indicates the request for compilation info was cancelled.

static final int

The request was successful.

Public methods

static final @NonNull String
toString(int value)

Constants

CallbackCancelled

public static final int CallbackCancelled = 2

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

public static final int Success = 1

The request was successful.

Public methods

toString

Added in 1.0.0-alpha05
public static final @NonNull String toString(int value)