Uses of Class
org.robovm.apple.metal.MTLFunction
| Package | Description |
|---|---|
| org.robovm.apple.metal |
-
Uses of MTLFunction in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return MTLFunction Modifier and Type Method Description MTLFunctionMTLComputePipelineDescriptor. getComputeFunction()MTLFunctionMTLRenderPipelineDescriptor. getFragmentFunction()MTLFunctionMTLFunctionLog. getFunction()MTLFunctionMTLFunctionLogAdapter. getFunction()MTLFunctionMTLTileRenderPipelineDescriptor. getTileFunction()MTLFunctionMTLRenderPipelineDescriptor. getVertexFunction()MTLFunctionMTLLibrary. newFunction(String functionName)MTLFunctionMTLLibrary. newFunction(String name, MTLFunctionConstantValues constantValues)MTLFunctionMTLLibrary. newFunction(MTLFunctionDescriptor descriptor, NSError.NSErrorPtr error)MTLFunctionMTLLibrary. newIntersectionFunction(MTLIntersectionFunctionDescriptor descriptor, NSError.NSErrorPtr error)Method parameters in org.robovm.apple.metal with type arguments of type MTLFunction Modifier and Type Method Description voidMTLLibrary. newFunction(String name, MTLFunctionConstantValues constantValues, VoidBlock2<MTLFunction,NSError> completionHandler)voidMTLLibrary. newFunction(MTLFunctionDescriptor descriptor, VoidBlock2<MTLFunction,NSError> completionHandler)voidMTLLibrary. newIntersectionFunction(MTLIntersectionFunctionDescriptor descriptor, VoidBlock2<MTLFunction,NSError> completionHandler)