Uses of Class
org.robovm.apple.metal.MTLFunctionDescriptor
| Package | Description |
|---|---|
| org.robovm.apple.metal |
-
Uses of MTLFunctionDescriptor in org.robovm.apple.metal
Subclasses of MTLFunctionDescriptor in org.robovm.apple.metal Modifier and Type Class Description classMTLIntersectionFunctionDescriptorMethods in org.robovm.apple.metal that return MTLFunctionDescriptor Modifier and Type Method Description static MTLFunctionDescriptorMTLFunctionDescriptor. functionDescriptor()static MTLFunctionDescriptorMTLIntersectionFunctionDescriptor. functionDescriptor()Methods in org.robovm.apple.metal with parameters of type MTLFunctionDescriptor Modifier and Type Method Description booleanMTLBinaryArchive. addFunction(MTLFunctionDescriptor descriptor, MTLLibrary library, NSError.NSErrorPtr error)booleanMTLBinaryArchiveAdapter. addFunction(MTLFunctionDescriptor descriptor, MTLLibrary library, NSError.NSErrorPtr error)MTLFunctionMTLLibrary. newFunction(MTLFunctionDescriptor descriptor, NSError.NSErrorPtr error)voidMTLLibrary. newFunction(MTLFunctionDescriptor descriptor, VoidBlock2<MTLFunction,NSError> completionHandler)