Uses of Class
org.robovm.apple.metal.MTLCullMode
| Package | Description |
|---|---|
| org.robovm.apple.metal | |
| org.robovm.apple.metalps |
-
Uses of MTLCullMode in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return MTLCullMode Modifier and Type Method Description static MTLCullModeMTLCullMode. valueOf(long n)Returns the enum constant of this type with the specified name.static MTLCullModeMTLCullMode. valueOf(String name)Returns the enum constant of this type with the specified name.static MTLCullMode[]MTLCullMode. 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 MTLCullMode Modifier and Type Method Description voidMTLRenderCommandEncoder. setCullMode(MTLCullMode cullMode) -
Uses of MTLCullMode in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return MTLCullMode Modifier and Type Method Description MTLCullModeMPSRayIntersector. getCullMode()Methods in org.robovm.apple.metalps with parameters of type MTLCullMode Modifier and Type Method Description voidMPSRayIntersector. setCullMode(MTLCullMode v)