Package org.lwjgl.opencl
Class KHRPriorityHints
- java.lang.Object
-
- org.lwjgl.opencl.KHRPriorityHints
-
public final class KHRPriorityHints extends java.lang.ObjectNative bindings to the khr_priority_hints extension.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.
-
-
Field Summary
Fields Modifier and Type Field and Description static intCL_QUEUE_PRIORITY_HIGH_KHRcl_queue_priority_khrstatic intCL_QUEUE_PRIORITY_KHRcl_command_queue_propertiesstatic intCL_QUEUE_PRIORITY_LOW_KHR
CL_QUEUE_PRIORITY_MED_KHRcl_queue_priority_khr
-
-
-
Field Detail
-
CL_QUEUE_PRIORITY_KHR
cl_command_queue_properties
-
CL_QUEUE_PRIORITY_HIGH_KHR, CL_QUEUE_PRIORITY_MED_KHR, CL_QUEUE_PRIORITY_LOW_KHR
cl_queue_priority_khr
-
-