public static enum CLPlatform.ContextProperties extends Enum<CLPlatform.ContextProperties> implements ValuedEnum
| Enum Constant and Description |
|---|
CGLShareGroup |
CGLShareGroupApple |
EGLDisplay |
GLContext |
GLXDisplay |
Platform |
WGLHDC |
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<CLPlatform.ContextProperties> |
getEnumSet(long v) |
static long |
getValue(EnumSet<CLPlatform.ContextProperties> set) |
long |
value() |
static CLPlatform.ContextProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CLPlatform.ContextProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CLPlatform.ContextProperties GLContext
public static final CLPlatform.ContextProperties EGLDisplay
public static final CLPlatform.ContextProperties GLXDisplay
public static final CLPlatform.ContextProperties WGLHDC
public static final CLPlatform.ContextProperties Platform
public static final CLPlatform.ContextProperties CGLShareGroupApple
public static final CLPlatform.ContextProperties CGLShareGroup
public static CLPlatform.ContextProperties[] values()
for (CLPlatform.ContextProperties c : CLPlatform.ContextProperties.values()) System.out.println(c);
public static CLPlatform.ContextProperties 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 long getValue(EnumSet<CLPlatform.ContextProperties> set)
public static EnumSet<CLPlatform.ContextProperties> getEnumSet(long v)
Copyright © 2009-2015. All Rights Reserved.