Uses of Class
org.robovm.apple.metal.MTLTessellationPartitionMode
| Package | Description |
|---|---|
| org.robovm.apple.metal | |
| org.robovm.apple.scenekit |
-
Uses of MTLTessellationPartitionMode in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return MTLTessellationPartitionMode Modifier and Type Method Description MTLTessellationPartitionModeMTLRenderPipelineDescriptor. getTessellationPartitionMode()static MTLTessellationPartitionModeMTLTessellationPartitionMode. valueOf(long n)Returns the enum constant of this type with the specified name.static MTLTessellationPartitionModeMTLTessellationPartitionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static MTLTessellationPartitionMode[]MTLTessellationPartitionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.metal with parameters of type MTLTessellationPartitionMode Modifier and Type Method Description voidMTLRenderPipelineDescriptor. setTessellationPartitionMode(MTLTessellationPartitionMode v) -
Uses of MTLTessellationPartitionMode in org.robovm.apple.scenekit
Methods in org.robovm.apple.scenekit that return MTLTessellationPartitionMode Modifier and Type Method Description MTLTessellationPartitionModeSCNGeometryTessellator. getTessellationPartitionMode()Methods in org.robovm.apple.scenekit with parameters of type MTLTessellationPartitionMode Modifier and Type Method Description voidSCNGeometryTessellator. setTessellationPartitionMode(MTLTessellationPartitionMode v)