Uses of Class
org.robovm.apple.metal.MTLCommandQueue
| Package | Description |
|---|---|
| org.robovm.apple.coreimage | |
| org.robovm.apple.metal | |
| org.robovm.apple.metalps | |
| org.robovm.apple.metalpsgraph | |
| org.robovm.apple.scenekit | |
| org.robovm.apple.spritekit |
-
Uses of MTLCommandQueue in org.robovm.apple.coreimage
Methods in org.robovm.apple.coreimage with parameters of type MTLCommandQueue Modifier and Type Method Description protected static longCIContext. create(MTLCommandQueue commandQueue)protected static longCIContext. create(MTLCommandQueue commandQueue, CIContextOptions options)Constructors in org.robovm.apple.coreimage with parameters of type MTLCommandQueue Constructor Description CIContext(MTLCommandQueue commandQueue)CIContext(MTLCommandQueue commandQueue, CIContextOptions options) -
Uses of MTLCommandQueue in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return MTLCommandQueue Modifier and Type Method Description MTLCommandQueueMTLCaptureScope. getCommandQueue()MTLCommandQueueMTLCaptureScopeAdapter. getCommandQueue()MTLCommandQueueMTLCommandBuffer. getCommandQueue()MTLCommandQueueMTLDevice. newCommandQueue()MTLCommandQueueMTLDevice. newCommandQueue(long maxCommandBufferCount)Methods in org.robovm.apple.metal with parameters of type MTLCommandQueue Modifier and Type Method Description MTLCaptureScopeMTLCaptureManager. newCaptureScope(MTLCommandQueue commandQueue)voidMTLCaptureManager. startCapture(MTLCommandQueue commandQueue)Deprecated.Deprecated in iOS 13.0. -
Uses of MTLCommandQueue in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return MTLCommandQueue Modifier and Type Method Description MTLCommandQueueMPSCommandBuffer. getCommandQueue()Methods in org.robovm.apple.metalps with parameters of type MTLCommandQueue Modifier and Type Method Description static MPSCommandBufferMPSCommandBuffer. commandBufferFromCommandQueue(MTLCommandQueue commandQueue) -
Uses of MTLCommandQueue in org.robovm.apple.metalpsgraph
-
Uses of MTLCommandQueue in org.robovm.apple.scenekit
Methods in org.robovm.apple.scenekit that return MTLCommandQueue Modifier and Type Method Description MTLCommandQueueSCNRenderer. getCommandQueue()MTLCommandQueueSCNSceneRenderer. getCommandQueue()MTLCommandQueueSCNSceneRendererAdapter. getCommandQueue()MTLCommandQueueSCNView. getCommandQueue() -
Uses of MTLCommandQueue in org.robovm.apple.spritekit
Methods in org.robovm.apple.spritekit with parameters of type MTLCommandQueue Modifier and Type Method Description voidSKRenderer. render(CGRect viewport, MTLRenderCommandEncoder renderCommandEncoder, MTLRenderPassDescriptor renderPassDescriptor, MTLCommandQueue commandQueue)