Uses of Class
org.robovm.apple.metal.MTLSamplerAddressMode
| Package | Description |
|---|---|
| org.robovm.apple.metal |
-
Uses of MTLSamplerAddressMode in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return MTLSamplerAddressMode Modifier and Type Method Description MTLSamplerAddressModeMTLSamplerDescriptor. getRAddressMode()MTLSamplerAddressModeMTLSamplerDescriptor. getSAddressMode()MTLSamplerAddressModeMTLSamplerDescriptor. getTAddressMode()static MTLSamplerAddressModeMTLSamplerAddressMode. valueOf(long n)Returns the enum constant of this type with the specified name.static MTLSamplerAddressModeMTLSamplerAddressMode. valueOf(String name)Returns the enum constant of this type with the specified name.static MTLSamplerAddressMode[]MTLSamplerAddressMode. 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 MTLSamplerAddressMode Modifier and Type Method Description voidMTLSamplerDescriptor. setRAddressMode(MTLSamplerAddressMode v)voidMTLSamplerDescriptor. setSAddressMode(MTLSamplerAddressMode v)voidMTLSamplerDescriptor. setTAddressMode(MTLSamplerAddressMode v)