Class CVOpenGLESTextureCacheAttributes

java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.corevideo.CVOpenGLESTextureCacheAttributes

public class CVOpenGLESTextureCacheAttributes
extends CFDictionaryWrapper
  • Constructor Details

    • CVOpenGLESTextureCacheAttributes

      public CVOpenGLESTextureCacheAttributes()
  • Method Details

    • has

      public boolean has​(CFString key)
    • get

      public <T extends NativeObject> T get​(CFString key, Class<T> type)
    • set

    • getMaximumTextureAge

      @Deprecated public long getMaximumTextureAge()
      Deprecated.
      Deprecated in iOS 12.0. OpenGL/OpenGLES is no longer supported. Use Metal APIs instead. (Define COREVIDEO_SILENCE_GL_DEPRECATION to silence these warnings)
    • setMaximumTextureAge

      @Deprecated public CVOpenGLESTextureCacheAttributes setMaximumTextureAge​(long maximumTextureAge)
      Deprecated.
      Deprecated in iOS 12.0. OpenGL/OpenGLES is no longer supported. Use Metal APIs instead. (Define COREVIDEO_SILENCE_GL_DEPRECATION to silence these warnings)