public class APPLECommandQueuePriority
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CL_QUEUE_PRIORITY_APPLE |
static int |
CL_QUEUE_PRIORITY_BACKGROUND_APPLE |
static int |
CL_QUEUE_PRIORITY_DEFAULT_APPLE |
| Modifier and Type | Method and Description |
|---|---|
static long |
clCreateCommandQueueWithPropertiesAPPLE(long context,
long device,
org.lwjgl.PointerBuffer properties,
int[] errcode_ret)
Array version of:
CreateCommandQueueWithPropertiesAPPLE |
static long |
clCreateCommandQueueWithPropertiesAPPLE(long context,
long device,
org.lwjgl.PointerBuffer properties,
java.nio.IntBuffer errcode_ret) |
static long |
nclCreateCommandQueueWithPropertiesAPPLE(long context,
long device,
long properties,
long errcode_ret)
Unsafe version of:
CreateCommandQueueWithPropertiesAPPLE |
public static final int CL_QUEUE_PRIORITY_APPLE
public static final int CL_QUEUE_PRIORITY_BACKGROUND_APPLE
public static final int CL_QUEUE_PRIORITY_DEFAULT_APPLE
public static long nclCreateCommandQueueWithPropertiesAPPLE(long context,
long device,
long properties,
long errcode_ret)
CreateCommandQueueWithPropertiesAPPLEpublic static long clCreateCommandQueueWithPropertiesAPPLE(long context,
long device,
org.lwjgl.PointerBuffer properties,
@Nullable
java.nio.IntBuffer errcode_ret)
errcode_ret - will return an appropriate error code. If errcode_ret is NULL, no error code is returned.public static long clCreateCommandQueueWithPropertiesAPPLE(long context,
long device,
org.lwjgl.PointerBuffer properties,
@Nullable
int[] errcode_ret)
CreateCommandQueueWithPropertiesAPPLECopyright LWJGL. All Rights Reserved. License terms.