Package org.robovm.apple.glkit
Class GLKTextureLoader
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.glkit.GLKTextureLoader
- All Implemented Interfaces:
NSObjectProtocol,ObjCProtocol
@Deprecated public class GLKTextureLoader extends NSObject
Deprecated.
Deprecated in iOS 12.0. OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings)
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGLKTextureLoader.GLKTextureLoaderPtrDeprecated.Nested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description GLKTextureLoader()Deprecated.protectedGLKTextureLoader(NSObject.Handle h, long handle)Deprecated.protectedGLKTextureLoader(NSObject.SkipInit skipInit)Deprecated.GLKTextureLoader(EAGLSharegroup sharegroup)Deprecated. -
Method Summary
Methods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRef
-
Constructor Details
-
GLKTextureLoader
public GLKTextureLoader()Deprecated. -
GLKTextureLoader
Deprecated. -
GLKTextureLoader
Deprecated. -
GLKTextureLoader
Deprecated.
-
-
Method Details
-
init
Deprecated. -
loadTexture
public void loadTexture(String path, GLKTextureLoaderOptions options, DispatchQueue queue, VoidBlock2<GLKTextureInfo,NSError> block)Deprecated. -
loadTexture
public void loadTexture(NSURL url, GLKTextureLoaderOptions options, DispatchQueue queue, VoidBlock2<GLKTextureInfo,NSError> block)Deprecated. -
createTexture
public void createTexture(String name, double scaleFactor, NSBundle bundle, GLKTextureLoaderOptions options, DispatchQueue queue, VoidBlock2<GLKTextureInfo,NSError> block)Deprecated. -
createTexture
public void createTexture(NSData data, GLKTextureLoaderOptions options, DispatchQueue queue, VoidBlock2<GLKTextureInfo,NSError> block)Deprecated. -
createTexture
public void createTexture(CGImage cgImage, GLKTextureLoaderOptions options, DispatchQueue queue, VoidBlock2<GLKTextureInfo,NSError> block)Deprecated. -
loadCubeMap
public void loadCubeMap(List<String> paths, GLKTextureLoaderOptions options, DispatchQueue queue, VoidBlock2<GLKTextureInfo,NSError> block)Deprecated. -
loadCubeMap
public void loadCubeMap(String path, GLKTextureLoaderOptions options, DispatchQueue queue, VoidBlock2<GLKTextureInfo,NSError> block)Deprecated. -
loadCubeMap
public void loadCubeMap(NSURL url, GLKTextureLoaderOptions options, DispatchQueue queue, VoidBlock2<GLKTextureInfo,NSError> block)Deprecated. -
loadTexture
public static GLKTextureInfo loadTexture(String path, GLKTextureLoaderOptions options) throws NSErrorExceptionDeprecated.- Throws:
NSErrorException
-
loadTexture
public static GLKTextureInfo loadTexture(NSURL url, GLKTextureLoaderOptions options) throws NSErrorExceptionDeprecated.- Throws:
NSErrorException
-
createTexture
public static GLKTextureInfo createTexture(String name, double scaleFactor, NSBundle bundle, GLKTextureLoaderOptions options) throws NSErrorExceptionDeprecated.- Throws:
NSErrorException
-
createTexture
public static GLKTextureInfo createTexture(NSData data, GLKTextureLoaderOptions options) throws NSErrorExceptionDeprecated.- Throws:
NSErrorException
-
createTexture
public static GLKTextureInfo createTexture(CGImage cgImage, GLKTextureLoaderOptions options) throws NSErrorExceptionDeprecated.- Throws:
NSErrorException
-
loadCubeMap
public static GLKTextureInfo loadCubeMap(List<String> paths, GLKTextureLoaderOptions options) throws NSErrorExceptionDeprecated.- Throws:
NSErrorException
-
loadCubeMap
public static GLKTextureInfo loadCubeMap(String path, GLKTextureLoaderOptions options) throws NSErrorExceptionDeprecated.- Throws:
NSErrorException
-
loadCubeMap
public static GLKTextureInfo loadCubeMap(NSURL url, GLKTextureLoaderOptions options) throws NSErrorExceptionDeprecated.- Throws:
NSErrorException
-