public final class KHRThrottleHints
extends java.lang.Object
This extension adds throttle hints for OpenCL, but does not specify the throttling behaviour or minimum guarantees. It is expected that the user guide associated with each implementation which supports this extension describe the throttling behaviour guaranteed.
| Modifier and Type | Field and Description |
|---|---|
static int |
CL_QUEUE_THROTTLE_HIGH_KHR
cl_queue_throttle_khr
|
static int |
CL_QUEUE_THROTTLE_KHR
cl_command_queue_properties
|
static int |
CL_QUEUE_THROTTLE_LOW_KHR
cl_queue_throttle_khr
|
static int |
CL_QUEUE_THROTTLE_MED_KHR
cl_queue_throttle_khr
|
public static final int CL_QUEUE_THROTTLE_KHR
public static final int CL_QUEUE_THROTTLE_HIGH_KHR
public static final int CL_QUEUE_THROTTLE_MED_KHR
public static final int CL_QUEUE_THROTTLE_LOW_KHR
Copyright LWJGL. All Rights Reserved. License terms.