Uses of Class
org.robovm.apple.metal.MTLTextureCompressionType
| Package | Description |
|---|---|
| org.robovm.apple.metal |
-
Uses of MTLTextureCompressionType in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return MTLTextureCompressionType Modifier and Type Method Description MTLTextureCompressionTypeMTLTexture. getCompressionType()MTLTextureCompressionTypeMTLTextureDescriptor. getCompressionType()static MTLTextureCompressionTypeMTLTextureCompressionType. valueOf(long n)Returns the enum constant of this type with the specified name.static MTLTextureCompressionTypeMTLTextureCompressionType. valueOf(String name)Returns the enum constant of this type with the specified name.static MTLTextureCompressionType[]MTLTextureCompressionType. 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 MTLTextureCompressionType Modifier and Type Method Description voidMTLTextureDescriptor. setCompressionType(MTLTextureCompressionType v)