Uses of Class
org.robovm.apple.metal.MTLLibrary
| Package | Description |
|---|---|
| org.robovm.apple.metal | |
| org.robovm.apple.scenekit |
-
Uses of MTLLibrary in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return MTLLibrary Modifier and Type Method Description MTLLibraryMTLDevice. newDefaultLibrary()MTLLibraryMTLDevice. newDefaultLibrary(NSBundle bundle)MTLLibraryMTLDevice. newLibrary(NSURL url)MTLLibraryMTLDevice. newLibrary(MTLStitchedLibraryDescriptor descriptor, NSError.NSErrorPtr error)MTLLibraryMTLDevice. newLibraryWithData(DispatchData data)MTLLibraryMTLDevice. newLibraryWithFile(String filepath)MTLLibraryMTLDevice. newLibraryWithSource(String source, MTLCompileOptions options)Methods in org.robovm.apple.metal with parameters of type MTLLibrary Modifier and Type Method Description booleanMTLBinaryArchive. addFunction(MTLFunctionDescriptor descriptor, MTLLibrary library, NSError.NSErrorPtr error)booleanMTLBinaryArchiveAdapter. addFunction(MTLFunctionDescriptor descriptor, MTLLibrary library, NSError.NSErrorPtr error)MTLDynamicLibraryMTLDevice. newDynamicLibrary(MTLLibrary library, NSError.NSErrorPtr error)Method parameters in org.robovm.apple.metal with type arguments of type MTLLibrary Modifier and Type Method Description voidMTLDevice. newLibrary(MTLStitchedLibraryDescriptor descriptor, VoidBlock2<MTLLibrary,NSError> completionHandler)voidMTLDevice. newLibraryWithSource(String source, MTLCompileOptions options, VoidBlock2<MTLLibrary,NSError> completionHandler) -
Uses of MTLLibrary in org.robovm.apple.scenekit
Methods in org.robovm.apple.scenekit that return MTLLibrary Modifier and Type Method Description MTLLibrarySCNProgram. getLibrary()MTLLibrarySCNTechnique. getLibrary()Methods in org.robovm.apple.scenekit with parameters of type MTLLibrary Modifier and Type Method Description voidSCNProgram. setLibrary(MTLLibrary v)voidSCNTechnique. setLibrary(MTLLibrary v)