public static enum CLMem.GLObjectType extends Enum<CLMem.GLObjectType> implements ValuedEnum
| Enum Constant and Description |
|---|
Buffer |
RenderBuffer |
Texture2D |
Texture3D |
| Modifier and Type | Method and Description |
|---|---|
static CLMem.GLObjectType |
getEnum(long v) |
long |
value() |
static CLMem.GLObjectType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CLMem.GLObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CLMem.GLObjectType Buffer
public static final CLMem.GLObjectType RenderBuffer
public static final CLMem.GLObjectType Texture2D
public static final CLMem.GLObjectType Texture3D
public static CLMem.GLObjectType[] values()
for (CLMem.GLObjectType c : CLMem.GLObjectType.values()) System.out.println(c);
public static CLMem.GLObjectType 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 CLMem.GLObjectType getEnum(long v)
Copyright © 2009-2015. All Rights Reserved.