Package org.robovm.apple.metal
Interface MTLCommandEncoder
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Subinterfaces:
MTLAccelerationStructureCommandEncoder,MTLResourceStateCommandEncoder
- All Known Implementing Classes:
MTLAccelerationStructureCommandEncoderAdapter,MTLBlitCommandEncoder,MTLCommandEncoderAdapter,MTLComputeCommandEncoder,MTLParallelRenderCommandEncoder,MTLRenderCommandEncoder,MTLResourceStateCommandEncoderAdapter
public interface MTLCommandEncoder extends NSObjectProtocol
-
Method Summary
Modifier and Type Method Description voidendEncoding()MTLDevicegetDevice()StringgetLabel()voidinsertDebugSignpost(String string)voidpopDebugGroup()voidpushDebugGroup(String string)voidsetLabel(String v)
-
Method Details
-
getDevice
MTLDevice getDevice() -
getLabel
String getLabel() -
setLabel
-
endEncoding
void endEncoding() -
insertDebugSignpost
-
pushDebugGroup
-
popDebugGroup
void popDebugGroup()
-