Package org.lwjgl.opencl
Class KHRThrottleHints
- java.lang.Object
-
- org.lwjgl.opencl.KHRThrottleHints
-
public final class KHRThrottleHints extends java.lang.Object
Native bindings to the khr_throttle_hints extension.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.
-
-
Field Summary
Fields Modifier and Type Field Description static int
CL_QUEUE_THROTTLE_HIGH_KHR
cl_queue_throttle_khrstatic int
CL_QUEUE_THROTTLE_KHR
cl_command_queue_propertiesstatic int
CL_QUEUE_THROTTLE_LOW_KHR
CL_QUEUE_THROTTLE_MED_KHRcl_queue_throttle_khr
-
-
-
Field Detail
-
CL_QUEUE_THROTTLE_KHR
cl_command_queue_properties
-
CL_QUEUE_THROTTLE_HIGH_KHR, CL_QUEUE_THROTTLE_MED_KHR, CL_QUEUE_THROTTLE_LOW_KHR
cl_queue_throttle_khr
-
-