Package org.robovm.apple.metal
Class MTLTextureSwizzleChannels
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<MTLTextureSwizzleChannels>
org.robovm.apple.metal.MTLTextureSwizzleChannels
- All Implemented Interfaces:
Iterable<MTLTextureSwizzleChannels>
public class MTLTextureSwizzleChannels extends Struct<MTLTextureSwizzleChannels>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMTLTextureSwizzleChannels.MTLTextureSwizzleChannelsPtr -
Constructor Summary
Constructors Constructor Description MTLTextureSwizzleChannels()MTLTextureSwizzleChannels(MTLTextureSwizzle red, MTLTextureSwizzle green, MTLTextureSwizzle blue, MTLTextureSwizzle alpha) -
Method Summary
Modifier and Type Method Description MTLTextureSwizzlegetAlpha()MTLTextureSwizzlegetBlue()MTLTextureSwizzlegetGreen()MTLTextureSwizzlegetRed()MTLTextureSwizzleChannelssetAlpha(MTLTextureSwizzle alpha)MTLTextureSwizzleChannelssetBlue(MTLTextureSwizzle blue)MTLTextureSwizzleChannelssetGreen(MTLTextureSwizzle green)MTLTextureSwizzleChannelssetRed(MTLTextureSwizzle red)Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrap
-
Constructor Details
-
MTLTextureSwizzleChannels
public MTLTextureSwizzleChannels() -
MTLTextureSwizzleChannels
public MTLTextureSwizzleChannels(MTLTextureSwizzle red, MTLTextureSwizzle green, MTLTextureSwizzle blue, MTLTextureSwizzle alpha)
-
-
Method Details