Uses of Class
org.robovm.apple.metal.MTLPrimitiveTopologyClass
| Package | Description |
|---|---|
| org.robovm.apple.metal |
-
Uses of MTLPrimitiveTopologyClass in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return MTLPrimitiveTopologyClass Modifier and Type Method Description MTLPrimitiveTopologyClassMTLRenderPipelineDescriptor. getInputPrimitiveTopology()static MTLPrimitiveTopologyClassMTLPrimitiveTopologyClass. valueOf(long n)Returns the enum constant of this type with the specified name.static MTLPrimitiveTopologyClassMTLPrimitiveTopologyClass. valueOf(String name)Returns the enum constant of this type with the specified name.static MTLPrimitiveTopologyClass[]MTLPrimitiveTopologyClass. 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 MTLPrimitiveTopologyClass Modifier and Type Method Description voidMTLRenderPipelineDescriptor. setInputPrimitiveTopology(MTLPrimitiveTopologyClass v)