public final class KHRPriorityHints
extends java.lang.Object
This extension adds priority hints for OpenCL, but does not specify the scheduling behavior or minimum guarantees. It is expected that the the user guides associated with each implementation which supports this extension describe the scheduling behavior guaranteed.
| Modifier and Type | Field and Description |
|---|---|
static int |
CL_QUEUE_PRIORITY_HIGH_KHR
cl_queue_priority_khr
|
static int |
CL_QUEUE_PRIORITY_KHR
cl_command_queue_properties
|
static int |
CL_QUEUE_PRIORITY_LOW_KHR
cl_queue_priority_khr
|
static int |
CL_QUEUE_PRIORITY_MED_KHR
cl_queue_priority_khr
|
public static final int CL_QUEUE_PRIORITY_KHR
public static final int CL_QUEUE_PRIORITY_HIGH_KHR
public static final int CL_QUEUE_PRIORITY_MED_KHR
public static final int CL_QUEUE_PRIORITY_LOW_KHR
Copyright LWJGL. All Rights Reserved. License terms.