public static enum CLContext.GLTextureTarget extends Enum<CLContext.GLTextureTarget> implements ValuedEnum
| Enum Constant and Description |
|---|
CubeMapNegativeX |
CubeMapNegativeY |
CubeMapNegativeZ |
CubeMapPositiveX |
CubeMapPositiveY |
CubeMapPositiveZ |
Rectangle |
Texture2D |
| Modifier and Type | Method and Description |
|---|---|
static CLContext.GLTextureTarget |
getEnum(int v) |
long |
value() |
static CLContext.GLTextureTarget |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CLContext.GLTextureTarget[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CLContext.GLTextureTarget Texture2D
public static final CLContext.GLTextureTarget CubeMapPositiveX
public static final CLContext.GLTextureTarget CubeMapNegativeX
public static final CLContext.GLTextureTarget CubeMapPositiveY
public static final CLContext.GLTextureTarget CubeMapNegativeY
public static final CLContext.GLTextureTarget CubeMapPositiveZ
public static final CLContext.GLTextureTarget CubeMapNegativeZ
public static final CLContext.GLTextureTarget Rectangle
public static CLContext.GLTextureTarget[] values()
for (CLContext.GLTextureTarget c : CLContext.GLTextureTarget.values()) System.out.println(c);
public static CLContext.GLTextureTarget valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic long value()
value in interface ValuedEnumpublic static CLContext.GLTextureTarget getEnum(int v)
Copyright © 2009-2015. All Rights Reserved.