Uses of Class
org.robovm.apple.opengles.EAGLRenderingAPI
| Package | Description |
|---|---|
| org.robovm.apple.opengles |
-
Uses of EAGLRenderingAPI in org.robovm.apple.opengles
Methods in org.robovm.apple.opengles that return EAGLRenderingAPI Modifier and Type Method Description EAGLRenderingAPIEAGLContext. getAPI()Deprecated.static EAGLRenderingAPIEAGLRenderingAPI. valueOf(long n)Returns the enum constant of this type with the specified name.static EAGLRenderingAPIEAGLRenderingAPI. valueOf(String name)Returns the enum constant of this type with the specified name.static EAGLRenderingAPI[]EAGLRenderingAPI. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.opengles with parameters of type EAGLRenderingAPI Modifier and Type Method Description protected longEAGLContext. init(EAGLRenderingAPI api)Deprecated.protected longEAGLContext. init(EAGLRenderingAPI api, EAGLSharegroup sharegroup)Deprecated.Constructors in org.robovm.apple.opengles with parameters of type EAGLRenderingAPI Constructor Description EAGLContext(EAGLRenderingAPI api)Deprecated.EAGLContext(EAGLRenderingAPI api, EAGLSharegroup sharegroup)Deprecated.