| Package | Description |
|---|---|
| com.nativelibs4java.opencl |
| Modifier and Type | Method and Description |
|---|---|
static CLContext.GLTextureTarget |
CLContext.GLTextureTarget.getEnum(int v) |
static CLContext.GLTextureTarget |
CLContext.GLTextureTarget.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CLContext.GLTextureTarget[] |
CLContext.GLTextureTarget.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CLImage2D |
CLContext.createImage2DFromGLTexture2D(CLMem.Usage usage,
CLContext.GLTextureTarget textureTarget,
int texture,
int mipLevel)
Calls clCreateFromGLTexture2D.
|
Copyright © 2009-2015. All Rights Reserved.