Uses of Class
org.robovm.apple.metal.MTLCompareFunction
| Package | Description |
|---|---|
| org.robovm.apple.metal |
-
Uses of MTLCompareFunction in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return MTLCompareFunction Modifier and Type Method Description MTLCompareFunctionMTLSamplerDescriptor. getCompareFunction()MTLCompareFunctionMTLDepthStencilDescriptor. getDepthCompareFunction()MTLCompareFunctionMTLStencilDescriptor. getStencilCompareFunction()static MTLCompareFunctionMTLCompareFunction. valueOf(long n)Returns the enum constant of this type with the specified name.static MTLCompareFunctionMTLCompareFunction. valueOf(String name)Returns the enum constant of this type with the specified name.static MTLCompareFunction[]MTLCompareFunction. 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 MTLCompareFunction Modifier and Type Method Description voidMTLSamplerDescriptor. setCompareFunction(MTLCompareFunction v)voidMTLDepthStencilDescriptor. setDepthCompareFunction(MTLCompareFunction v)voidMTLStencilDescriptor. setStencilCompareFunction(MTLCompareFunction v)