Uses of Class
org.robovm.apple.metal.MTLFunctionStitchingFunctionNode
| Package | Description |
|---|---|
| org.robovm.apple.metal |
-
Uses of MTLFunctionStitchingFunctionNode in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return MTLFunctionStitchingFunctionNode Modifier and Type Method Description MTLFunctionStitchingFunctionNodeMTLFunctionStitchingGraph. getOutputNode()Methods in org.robovm.apple.metal that return types with arguments of type MTLFunctionStitchingFunctionNode Modifier and Type Method Description NSArray<MTLFunctionStitchingFunctionNode>MTLFunctionStitchingFunctionNode. getControlDependencies()NSArray<MTLFunctionStitchingFunctionNode>MTLFunctionStitchingGraph. getNodes()Methods in org.robovm.apple.metal with parameters of type MTLFunctionStitchingFunctionNode Modifier and Type Method Description protected longMTLFunctionStitchingGraph. init(String functionName, NSArray<MTLFunctionStitchingFunctionNode> nodes, MTLFunctionStitchingFunctionNode outputNode, NSArray<?> attributes)voidMTLFunctionStitchingGraph. setOutputNode(MTLFunctionStitchingFunctionNode v)Method parameters in org.robovm.apple.metal with type arguments of type MTLFunctionStitchingFunctionNode Modifier and Type Method Description protected longMTLFunctionStitchingGraph. init(String functionName, NSArray<MTLFunctionStitchingFunctionNode> nodes, MTLFunctionStitchingFunctionNode outputNode, NSArray<?> attributes)voidMTLFunctionStitchingFunctionNode. setControlDependencies(NSArray<MTLFunctionStitchingFunctionNode> v)voidMTLFunctionStitchingGraph. setNodes(NSArray<MTLFunctionStitchingFunctionNode> v)Constructors in org.robovm.apple.metal with parameters of type MTLFunctionStitchingFunctionNode Constructor Description MTLFunctionStitchingGraph(String functionName, NSArray<MTLFunctionStitchingFunctionNode> nodes, MTLFunctionStitchingFunctionNode outputNode, NSArray<?> attributes)Constructor parameters in org.robovm.apple.metal with type arguments of type MTLFunctionStitchingFunctionNode Constructor Description MTLFunctionStitchingGraph(String functionName, NSArray<MTLFunctionStitchingFunctionNode> nodes, MTLFunctionStitchingFunctionNode outputNode, NSArray<?> attributes)