Package apple.metal.protocol
Interface MTLCommandBufferEncoderInfo
-
public interface MTLCommandBufferEncoderInfoProvides execution status information for a Metal command encoder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NSArray<java.lang.String>debugSignposts()The debug signposts inserted into the associated Metal command encoder.longerrorState()The error state of the associated Metal command encoder.java.lang.Stringlabel()The debug label given to the associated Metal command encoder at command buffer submission.
-
-
-
Method Detail
-
debugSignposts
NSArray<java.lang.String> debugSignposts()
The debug signposts inserted into the associated Metal command encoder.
-
errorState
long errorState()
The error state of the associated Metal command encoder.
-
label
java.lang.String label()
The debug label given to the associated Metal command encoder at command buffer submission.
-
-