Uses of Class
org.robovm.apple.metal.MTLFunctionConstantValues
| Package | Description |
|---|---|
| org.robovm.apple.metal |
-
Uses of MTLFunctionConstantValues in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return MTLFunctionConstantValues Modifier and Type Method Description MTLFunctionConstantValuesMTLFunctionDescriptor. getConstantValues()Methods in org.robovm.apple.metal with parameters of type MTLFunctionConstantValues Modifier and Type Method Description MTLFunctionMTLLibrary. newFunction(String name, MTLFunctionConstantValues constantValues)voidMTLLibrary. newFunction(String name, MTLFunctionConstantValues constantValues, VoidBlock2<MTLFunction,NSError> completionHandler)voidMTLFunctionDescriptor. setConstantValues(MTLFunctionConstantValues v)