Package org.robovm.apple.opengles
Class EAGLColorFormat
java.lang.Object
org.robovm.rt.bro.GlobalValueSupplier<T>
org.robovm.apple.foundation.GlobalValueEnumeration<NSString>
org.robovm.apple.opengles.EAGLColorFormat
public class EAGLColorFormat extends GlobalValueEnumeration<NSString>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEAGLColorFormat.AsListMarshalerstatic classEAGLColorFormat.Marshalerstatic classEAGLColorFormat.Values -
Field Summary
Fields Modifier and Type Field Description static EAGLColorFormatRGB565Deprecated.Deprecated in iOS 12.0.static EAGLColorFormatRGBA8Deprecated.Deprecated in iOS 12.0.static EAGLColorFormatSRGBA8Deprecated.Deprecated in iOS 12.0. -
Method Summary
Modifier and Type Method Description static EAGLColorFormatvalueOf(NSString value)Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
equals, isAvailable, toString, value
-
Field Details
-
RGBA8
Deprecated.Deprecated in iOS 12.0. OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) -
RGB565
Deprecated.Deprecated in iOS 12.0. OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) -
SRGBA8
Deprecated.Deprecated in iOS 12.0. OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings)
-
-
Method Details