public final class KHRImage2DFromBuffer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CL_DEVICE_IMAGE_BASE_ADDRESS_ALIGNMENT
Accepted as the
param_name parameter of GetDeviceInfo. |
static int |
CL_DEVICE_IMAGE_PITCH_ALIGNMENT
Accepted as the
param_name parameter of GetDeviceInfo. |
public static final int CL_DEVICE_IMAGE_PITCH_ALIGNMENT
param_name parameter of GetDeviceInfo.
Returns the row pitch alignment size in pixels for images created from a buffer. The value returned must be a power of 2. If the device does not support images, this value should be 0.
public static final int CL_DEVICE_IMAGE_BASE_ADDRESS_ALIGNMENT
param_name parameter of GetDeviceInfo.
This query should be used when an image is created from a buffer which was created using MEM_USE_HOST_PTR. The value returned must be a
power of 2.
This query specifies the minimum alignment in pixels of the host_ptr specified to CreateBuffer. If the device does not support
images, this value should be 0.
Copyright LWJGL. All Rights Reserved. License terms.