Uses of Class
org.robovm.apple.metal.MTLWinding
| Package | Description |
|---|---|
| org.robovm.apple.metal | |
| org.robovm.apple.metalps |
-
Uses of MTLWinding in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return MTLWinding Modifier and Type Method Description MTLWindingMTLRenderPipelineDescriptor. getTessellationOutputWindingOrder()static MTLWindingMTLWinding. valueOf(long n)Returns the enum constant of this type with the specified name.static MTLWindingMTLWinding. valueOf(String name)Returns the enum constant of this type with the specified name.static MTLWinding[]MTLWinding. 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 MTLWinding Modifier and Type Method Description voidMTLRenderCommandEncoder. setFrontFacingWinding(MTLWinding frontFacingWinding)voidMTLRenderPipelineDescriptor. setTessellationOutputWindingOrder(MTLWinding v) -
Uses of MTLWinding in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return MTLWinding Modifier and Type Method Description MTLWindingMPSRayIntersector. getFrontFacingWinding()Methods in org.robovm.apple.metalps with parameters of type MTLWinding Modifier and Type Method Description voidMPSRayIntersector. setFrontFacingWinding(MTLWinding v)