Uses of Class
org.robovm.apple.metal.MTLStencilOperation
| Package | Description |
|---|---|
| org.robovm.apple.metal |
-
Uses of MTLStencilOperation in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return MTLStencilOperation Modifier and Type Method Description MTLStencilOperationMTLStencilDescriptor. getDepthFailureOperation()MTLStencilOperationMTLStencilDescriptor. getDepthStencilPassOperation()MTLStencilOperationMTLStencilDescriptor. getStencilFailureOperation()static MTLStencilOperationMTLStencilOperation. valueOf(long n)Returns the enum constant of this type with the specified name.static MTLStencilOperationMTLStencilOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static MTLStencilOperation[]MTLStencilOperation. 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 MTLStencilOperation Modifier and Type Method Description voidMTLStencilDescriptor. setDepthFailureOperation(MTLStencilOperation v)voidMTLStencilDescriptor. setDepthStencilPassOperation(MTLStencilOperation v)voidMTLStencilDescriptor. setStencilFailureOperation(MTLStencilOperation v)