Uses of Interface
org.robovm.apple.metal.MTLFunctionHandle
| Package | Description |
|---|---|
| org.robovm.apple.metal |
-
Uses of MTLFunctionHandle in org.robovm.apple.metal
Classes in org.robovm.apple.metal that implement MTLFunctionHandle Modifier and Type Class Description classMTLFunctionHandleAdapterMethods in org.robovm.apple.metal that return MTLFunctionHandle Modifier and Type Method Description MTLFunctionHandleMTLComputePipelineState. functionHandle(MTLFunction function)MTLFunctionHandleMTLRenderPipelineState. functionHandle(MTLFunction function, MTLRenderStages stage)Methods in org.robovm.apple.metal with parameters of type MTLFunctionHandle Modifier and Type Method Description voidMTLIntersectionFunctionTable. setFunction(MTLFunctionHandle function, long index)voidMTLIntersectionFunctionTableAdapter. setFunction(MTLFunctionHandle function, long index)voidMTLVisibleFunctionTable. setFunction(MTLFunctionHandle function, long index)voidMTLVisibleFunctionTableAdapter. setFunction(MTLFunctionHandle function, long index)voidMTLIntersectionFunctionTable. setFunctions(MTLFunctionHandle functions, NSRange range)voidMTLIntersectionFunctionTableAdapter. setFunctions(MTLFunctionHandle functions, NSRange range)voidMTLVisibleFunctionTable. setFunctions(MTLFunctionHandle functions, NSRange range)voidMTLVisibleFunctionTableAdapter. setFunctions(MTLFunctionHandle functions, NSRange range)