Package org.robovm.apple.opengles
Class EAGLDrawableProperties
java.lang.Object
org.robovm.apple.foundation.NSDictionaryWrapper
org.robovm.apple.opengles.EAGLDrawableProperties
public class EAGLDrawableProperties extends NSDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEAGLDrawableProperties.AsListMarshalerstatic classEAGLDrawableProperties.Keysstatic classEAGLDrawableProperties.Marshaler -
Field Summary
-
Constructor Summary
Constructors Constructor Description EAGLDrawableProperties() -
Method Summary
Modifier and Type Method Description NSObjectget(NSString key)EAGLColorFormatgetColorFormat()Deprecated.Deprecated in iOS 12.0.booleanhas(NSString key)booleanisRetainedBacking()Deprecated.Deprecated in iOS 12.0.EAGLDrawablePropertiesset(NSString key, NSObject value)EAGLDrawablePropertiessetColorFormat(EAGLColorFormat colorFormat)Deprecated.Deprecated in iOS 12.0.EAGLDrawablePropertiessetRetainedBacking(boolean retainedBacking)Deprecated.Deprecated in iOS 12.0.Methods inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
EAGLDrawableProperties
public EAGLDrawableProperties()
-
-
Method Details
-
has
-
get
-
set
-
isRetainedBacking
Deprecated.Deprecated in iOS 12.0. OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) -
setRetainedBacking
Deprecated.Deprecated in iOS 12.0. OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) -
getColorFormat
Deprecated.Deprecated in iOS 12.0. OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) -
setColorFormat
Deprecated.Deprecated in iOS 12.0. OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings)
-