Package org.lwjgl.opencl
Class KHRThrottleHints
- java.lang.Object
-
- org.lwjgl.opencl.KHRThrottleHints
-
public final class KHRThrottleHints extends java.lang.ObjectNative 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 and Description static intCL_QUEUE_THROTTLE_HIGH_KHRcl_queue_throttle_khrstatic intCL_QUEUE_THROTTLE_KHRcl_command_queue_propertiesstatic intCL_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
-
-