GLKit.GLKTextureLoader Members

The members of GLKit.GLKTextureLoader are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
Creates a GLKTextureLoader for an EAGLSharegroup, used for asynchronous texture loading.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
static
ApplyPremultiplicationFoundation.NSString. Represents the value associated with the constant GLKTextureLoaderApplyPremultiplication
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
static
ErrorDomainFoundation.NSString. Represents the value associated with the constant GLKTextureLoaderErrorDomain
[read-only]
static
ErrorKeyFoundation.NSString. Represents the value associated with the constant GLKTextureLoaderErrorKey
[read-only]
static
GenerateMipmapsFoundation.NSString. Represents the value associated with the constant GLKTextureLoaderGenerateMipmaps
[read-only]
static
GLErrorKeyFoundation.NSString. Represents the value associated with the constant GLKTextureLoaderGLErrorKey
[read-only]
static
GrayscaleAsAlphaFoundation.NSString. Represents the value associated with the constant GLKTextureLoaderGrayscaleAsAlpha
[read-only]
static
OriginBottomLeftFoundation.NSString. Represents the value associated with the constant GLKTextureLoaderOriginBottomLeft
[read-only]
static
SRGBFoundation.NSString. Represents the value associated with the constant GLKTextureLoaderSRGB

Public Methods

BeginLoadCubeMap(Foundation.NSUrl, Foundation.NSDictionary, CoreFoundation.DispatchQueue, GLKTextureLoaderCallback)
Asynchronously loads a cube map.
BeginLoadCubeMap(Foundation.NSUrl, GLKTextureOperations, CoreFoundation.DispatchQueue, GLKTextureLoaderCallback)
Asynchronously loads a cube map.
BeginLoadCubeMap(Foundation.NSUrl[], Foundation.NSDictionary, CoreFoundation.DispatchQueue, GLKTextureLoaderCallback)
Asynchronously loads a cube map.
BeginLoadCubeMap(Foundation.NSUrl[], GLKTextureOperations, CoreFoundation.DispatchQueue, GLKTextureLoaderCallback)
Asynchronously loads a cube map.
BeginLoadCubeMap(string, Foundation.NSDictionary, CoreFoundation.DispatchQueue, GLKTextureLoaderCallback)
Asynchronously loads a cube map.
BeginLoadCubeMap(string, GLKTextureOperations, CoreFoundation.DispatchQueue, GLKTextureLoaderCallback)
Asynchronously loads a cube map.
BeginLoadCubeMap(string[], Foundation.NSDictionary, CoreFoundation.DispatchQueue, GLKTextureLoaderCallback)
Asynchronously loads a cube map.
BeginLoadCubeMap(string[], GLKTextureOperations, CoreFoundation.DispatchQueue, GLKTextureLoaderCallback)
Asynchronously loads a cube map.
BeginLoadCubeMapAsync(Foundation.NSUrl, Foundation.NSDictionary, CoreFoundation.DispatchQueue) : System.Threading.Tasks.Task<GLKTextureInfo>
Asynchronously loads a cube map.
BeginLoadCubeMapAsync(string, Foundation.NSDictionary, CoreFoundation.DispatchQueue) : System.Threading.Tasks.Task<GLKTextureInfo>
Asynchronously loads a cube map.
BeginTextureLoad(CoreGraphics.CGImage, Foundation.NSDictionary, CoreFoundation.DispatchQueue, GLKTextureLoaderCallback)
Asynchronously loads a texture.
BeginTextureLoad(CoreGraphics.CGImage, GLKTextureOperations, CoreFoundation.DispatchQueue, GLKTextureLoaderCallback)
Asynchronously loads a texture.
BeginTextureLoad(Foundation.NSData, Foundation.NSDictionary, CoreFoundation.DispatchQueue, GLKTextureLoaderCallback)
Asynchronously loads a texture.
BeginTextureLoad(Foundation.NSData, GLKTextureOperations, CoreFoundation.DispatchQueue, GLKTextureLoaderCallback)
Asynchronously loads a texture.
BeginTextureLoad(Foundation.NSUrl, Foundation.NSDictionary, CoreFoundation.DispatchQueue, GLKTextureLoaderCallback)
Asynchronously loads a texture.
BeginTextureLoad(Foundation.NSUrl, GLKTextureOperations, CoreFoundation.DispatchQueue, GLKTextureLoaderCallback)
Asynchronously loads a texture.
BeginTextureLoad(string, Foundation.NSDictionary, CoreFoundation.DispatchQueue, GLKTextureLoaderCallback)
Asynchronously loads a texture.
BeginTextureLoad(string, GLKTextureOperations, CoreFoundation.DispatchQueue, GLKTextureLoaderCallback)
Asynchronously loads a texture.
BeginTextureLoadAsync(CoreGraphics.CGImage, Foundation.NSDictionary, CoreFoundation.DispatchQueue) : System.Threading.Tasks.Task<GLKTextureInfo>
Asynchronously loads a texture.
BeginTextureLoadAsync(Foundation.NSData, Foundation.NSDictionary, CoreFoundation.DispatchQueue) : System.Threading.Tasks.Task<GLKTextureInfo>
Asynchronously loads a texture.
BeginTextureLoadAsync(Foundation.NSUrl, Foundation.NSDictionary, CoreFoundation.DispatchQueue) : System.Threading.Tasks.Task<GLKTextureInfo>
Asynchronously loads a texture.
BeginTextureLoadAsync(string, Foundation.NSDictionary, CoreFoundation.DispatchQueue) : System.Threading.Tasks.Task<GLKTextureInfo>
Asynchronously loads a texture.
static
CubeMapFromFile(string, Foundation.NSDictionary, out Foundation.NSError) : GLKTextureInfo
Loads a cube map synchronously.
static
CubeMapFromFile(string, GLKTextureOperations, out Foundation.NSError) : GLKTextureInfo
Loads a cube map synchronously.
static
CubeMapFromFiles(string[], Foundation.NSDictionary, out Foundation.NSError) : GLKTextureInfo
Loads a cube map synchronously.
static
CubeMapFromFiles(string[], GLKTextureOperations, out Foundation.NSError) : GLKTextureInfo
Loads a cube map synchronously.
static
CubeMapFromUrl(Foundation.NSUrl, Foundation.NSDictionary, out Foundation.NSError) : GLKTextureInfo
Loads a cube map synchronously.
static
CubeMapFromUrl(Foundation.NSUrl, GLKTextureOperations, out Foundation.NSError) : GLKTextureInfo
Loads a cube map synchronously.
static
CubeMapFromUrls(Foundation.NSUrl[], Foundation.NSDictionary, out Foundation.NSError) : GLKTextureInfo
Loads a cube map synchronously.
static
CubeMapFromUrls(Foundation.NSUrl[], GLKTextureOperations, out Foundation.NSError) : GLKTextureInfo
Loads a cube map synchronously.
static
FromData(Foundation.NSData, Foundation.NSDictionary, out Foundation.NSError) : GLKTextureInfo
Loads a texture from an NSData source.
static
FromData(Foundation.NSData, GLKTextureOperations, out Foundation.NSError) : GLKTextureInfo
Loads a texture from an NSData source.
static
FromFile(string, Foundation.NSDictionary, out Foundation.NSError) : GLKTextureInfo
Loads a texture from a file synchronously.
static
FromFile(string, GLKTextureOperations, out Foundation.NSError) : GLKTextureInfo
Loads a texture from a file synchronously.
static
FromImage(CoreGraphics.CGImage, Foundation.NSDictionary, out Foundation.NSError) : GLKTextureInfo
Loads a texture from a CGImage.
static
FromImage(CoreGraphics.CGImage, GLKTextureOperations, out Foundation.NSError) : GLKTextureInfo
Loads a texture from a CGImage.
static
FromUrl(Foundation.NSUrl, Foundation.NSDictionary, out Foundation.NSError) : GLKTextureInfo
Loads a texture from a file pointed to by the url.
static
FromUrl(Foundation.NSUrl, GLKTextureOperations, out Foundation.NSError) : GLKTextureInfo
Loads a texture from a file pointed to by the url.