Class EAGLDrawableProperties

java.lang.Object
org.robovm.apple.foundation.NSDictionaryWrapper
org.robovm.apple.opengles.EAGLDrawableProperties

public class EAGLDrawableProperties
extends NSDictionaryWrapper
  • Constructor Details

    • EAGLDrawableProperties

      public EAGLDrawableProperties()
  • Method Details

    • has

      public boolean has​(NSString key)
    • get

      public NSObject get​(NSString key)
    • set

      public EAGLDrawableProperties set​(NSString key, NSObject value)
    • isRetainedBacking

      @Deprecated public boolean isRetainedBacking()
      Deprecated.
      Deprecated in iOS 12.0. OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings)
    • setRetainedBacking

      @Deprecated public EAGLDrawableProperties setRetainedBacking​(boolean retainedBacking)
      Deprecated.
      Deprecated in iOS 12.0. OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings)
    • getColorFormat

      @Deprecated public EAGLColorFormat getColorFormat()
      Deprecated.
      Deprecated in iOS 12.0. OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings)
    • setColorFormat

      @Deprecated public EAGLDrawableProperties setColorFormat​(EAGLColorFormat colorFormat)
      Deprecated.
      Deprecated in iOS 12.0. OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings)