Uses of Class
org.robovm.apple.metal.MTLDispatchType
| Package | Description |
|---|---|
| org.robovm.apple.metal | |
| org.robovm.apple.metalps |
-
Uses of MTLDispatchType in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return MTLDispatchType Modifier and Type Method Description MTLDispatchTypeMTLComputeCommandEncoder. getDispatchType()MTLDispatchTypeMTLComputePassDescriptor. getDispatchType()static MTLDispatchTypeMTLDispatchType. valueOf(long n)Returns the enum constant of this type with the specified name.static MTLDispatchTypeMTLDispatchType. valueOf(String name)Returns the enum constant of this type with the specified name.static MTLDispatchType[]MTLDispatchType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.metal with parameters of type MTLDispatchType Modifier and Type Method Description MTLComputeCommandEncoderMTLCommandBuffer. newComputeCommandEncoder(MTLDispatchType dispatchType)voidMTLComputePassDescriptor. setDispatchType(MTLDispatchType v) -
Uses of MTLDispatchType in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps with parameters of type MTLDispatchType Modifier and Type Method Description MTLComputeCommandEncoderMPSCommandBuffer. newComputeCommandEncoder(MTLDispatchType dispatchType)