Uses of Class
org.robovm.apple.metal.MTLTextureSwizzle
| Package | Description |
|---|---|
| org.robovm.apple.metal |
-
Uses of MTLTextureSwizzle in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return MTLTextureSwizzle Modifier and Type Method Description MTLTextureSwizzleMTLTextureSwizzleChannels. getAlpha()MTLTextureSwizzleMTLTextureSwizzleChannels. getBlue()MTLTextureSwizzleMTLTextureSwizzleChannels. getGreen()MTLTextureSwizzleMTLTextureSwizzleChannels. getRed()static MTLTextureSwizzleMTLTextureSwizzle. valueOf(long n)Returns the enum constant of this type with the specified name.static MTLTextureSwizzleMTLTextureSwizzle. valueOf(String name)Returns the enum constant of this type with the specified name.static MTLTextureSwizzle[]MTLTextureSwizzle. 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 MTLTextureSwizzle Modifier and Type Method Description MTLTextureSwizzleChannelsMTLTextureSwizzleChannels. setAlpha(MTLTextureSwizzle alpha)MTLTextureSwizzleChannelsMTLTextureSwizzleChannels. setBlue(MTLTextureSwizzle blue)MTLTextureSwizzleChannelsMTLTextureSwizzleChannels. setGreen(MTLTextureSwizzle green)MTLTextureSwizzleChannelsMTLTextureSwizzleChannels. setRed(MTLTextureSwizzle red)Constructors in org.robovm.apple.metal with parameters of type MTLTextureSwizzle Constructor Description MTLTextureSwizzleChannels(MTLTextureSwizzle red, MTLTextureSwizzle green, MTLTextureSwizzle blue, MTLTextureSwizzle alpha)