Package org.robovm.apple.glkit
Class GLKTextureLoaderOptions
java.lang.Object
org.robovm.apple.foundation.NSDictionaryWrapper
org.robovm.apple.glkit.GLKTextureLoaderOptions
public class GLKTextureLoaderOptions extends NSDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGLKTextureLoaderOptions.AsListMarshalerstatic classGLKTextureLoaderOptions.Keysstatic classGLKTextureLoaderOptions.Marshaler -
Field Summary
-
Constructor Summary
Constructors Constructor Description GLKTextureLoaderOptions() -
Method Summary
Modifier and Type Method Description NSObjectget(NSString key)booleanhas(NSString key)booleanisOriginBottomLeft()booleanisSRGB()Deprecated.Deprecated in iOS 12.0.GLKTextureLoaderOptionsset(NSString key, NSObject value)GLKTextureLoaderOptionssetOriginBottomLeft(boolean originBottomLeft)GLKTextureLoaderOptionssetShouldApplyPremultiplication(boolean shouldApplyPremultiplication)GLKTextureLoaderOptionssetShouldGenerateMipmaps(boolean shouldGenerateMipmaps)GLKTextureLoaderOptionssetShouldTreatGrayscaleAsAlpha(boolean shouldTreatGrayscaleAsAlpha)GLKTextureLoaderOptionssetSRGB(boolean sRGB)Deprecated.Deprecated in iOS 12.0.booleanshouldApplyPremultiplication()booleanshouldGenerateMipmaps()booleanshouldTreatGrayscaleAsAlpha()Methods inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
GLKTextureLoaderOptions
public GLKTextureLoaderOptions()
-
-
Method Details
-
has
-
get
-
set
-
shouldApplyPremultiplication
public boolean shouldApplyPremultiplication() -
setShouldApplyPremultiplication
public GLKTextureLoaderOptions setShouldApplyPremultiplication(boolean shouldApplyPremultiplication) -
shouldGenerateMipmaps
public boolean shouldGenerateMipmaps() -
setShouldGenerateMipmaps
-
isOriginBottomLeft
public boolean isOriginBottomLeft() -
setOriginBottomLeft
-
shouldTreatGrayscaleAsAlpha
public boolean shouldTreatGrayscaleAsAlpha() -
setShouldTreatGrayscaleAsAlpha
-
isSRGB
Deprecated.Deprecated in iOS 12.0. OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) -
setSRGB
Deprecated.Deprecated in iOS 12.0. OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings)
-