Uses of Class
org.robovm.apple.metal.MTLSamplerMinMagFilter
| Package | Description |
|---|---|
| org.robovm.apple.metal |
-
Uses of MTLSamplerMinMagFilter in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return MTLSamplerMinMagFilter Modifier and Type Method Description MTLSamplerMinMagFilterMTLSamplerDescriptor. getMagFilter()MTLSamplerMinMagFilterMTLSamplerDescriptor. getMinFilter()static MTLSamplerMinMagFilterMTLSamplerMinMagFilter. valueOf(long n)Returns the enum constant of this type with the specified name.static MTLSamplerMinMagFilterMTLSamplerMinMagFilter. valueOf(String name)Returns the enum constant of this type with the specified name.static MTLSamplerMinMagFilter[]MTLSamplerMinMagFilter. 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 MTLSamplerMinMagFilter Modifier and Type Method Description voidMTLSamplerDescriptor. setMagFilter(MTLSamplerMinMagFilter v)voidMTLSamplerDescriptor. setMinFilter(MTLSamplerMinMagFilter v)