public final class MTLCommandEncoderErrorState
extends java.lang.Object
[@constant] MTLCommandEncoderErrorStateUnknown The state of the commands associated with the encoder is unknown (the error information was likely not requested).
[@constant] MTLCommandEncoderErrorStateCompleted The commands associated with the encoder were completed.
[@constant] MTLCommandEncoderErrorStateAffected The commands associated with the encoder were affected by an error, which may or may not have been caused by the commands themselves, and failed to execute in full.
[@constant] MTLCommandEncoderErrorStatePending The commands associated with the encoder never started execution.
[@constant] MTLCommandEncoderErrorStateFaulted The commands associated with the encoder caused an error.
public static final long Unknown
public static final long Completed
public static final long Affected
public static final long Pending
public static final long Faulted