Package org.robovm.apple.corevideo
Class CVOpenGLESTextureCacheAttributes
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.corevideo.CVOpenGLESTextureCacheAttributes
public class CVOpenGLESTextureCacheAttributes extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCVOpenGLESTextureCacheAttributes.AsListMarshalerstatic classCVOpenGLESTextureCacheAttributes.Keysstatic classCVOpenGLESTextureCacheAttributes.Marshaler -
Field Summary
-
Constructor Summary
Constructors Constructor Description CVOpenGLESTextureCacheAttributes() -
Method Summary
Modifier and Type Method Description <T extends NativeObject>
Tget(CFString key, Class<T> type)longgetMaximumTextureAge()Deprecated.Deprecated in iOS 12.0.booleanhas(CFString key)CVOpenGLESTextureCacheAttributesset(CFString key, NativeObject value)CVOpenGLESTextureCacheAttributessetMaximumTextureAge(long maximumTextureAge)Deprecated.Deprecated in iOS 12.0.Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
CVOpenGLESTextureCacheAttributes
public CVOpenGLESTextureCacheAttributes()
-
-
Method Details
-
has
-
get
-
set
-
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.Deprecated in iOS 12.0. OpenGL/OpenGLES is no longer supported. Use Metal APIs instead. (Define COREVIDEO_SILENCE_GL_DEPRECATION to silence these warnings)
-