Package | Description |
---|---|
org.lwjgl.opencl |
Modifier and Type | Method and Description |
---|---|
CLImageFormat |
CLMem.getImageFormat()
Returns the image format.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CLImageFormat> |
CLContext.getSupportedImageFormats(long flags,
int image_type) |
java.util.List<CLImageFormat> |
CLContext.getSupportedImageFormats(long flags,
int image_type,
Filter<CLImageFormat> filter) |
Modifier and Type | Method and Description |
---|---|
static CLMem |
CLMem.createImage2D(CLContext context,
long flags,
CLImageFormat image_format,
long image_width,
long image_height,
long image_row_pitch,
java.nio.Buffer host_ptr,
java.nio.IntBuffer errcode_ret)
Creates a new 2D image object.
|
static CLMem |
CLMem.createImage3D(CLContext context,
long flags,
CLImageFormat image_format,
long image_width,
long image_height,
long image_depth,
long image_row_pitch,
long image_slice_pitch,
java.nio.Buffer host_ptr,
java.nio.IntBuffer errcode_ret)
Creates a new 3D image object.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CLImageFormat> |
CLContext.getSupportedImageFormats(long flags,
int image_type,
Filter<CLImageFormat> filter) |
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.