Package org.lwjgl.opencl
Class KHRInitializeMemory
- java.lang.Object
-
- org.lwjgl.opencl.KHRInitializeMemory
-
public final class KHRInitializeMemory extends java.lang.ObjectNative bindings to the khr_initialize_memory extension.
-
-
Field Summary
Fields Modifier and Type Field and Description static intCL_CONTEXT_MEMORY_INITIALIZE_KHRAccepted as a property name in thepropertiesparameter ofCreateContext.
-
-
-
Field Detail
-
CL_CONTEXT_MEMORY_INITIALIZE_KHR
public static final int CL_CONTEXT_MEMORY_INITIALIZE_KHR
Accepted as a property name in thepropertiesparameter ofCreateContext.Describes which memory types for the context must be initialized. This is a bit-field, where the following values are currently supported:
CL_CONTEXT_MEMORY_INITIALIZE_LOCAL_KHR– Initialize local memory to zeros.CL_CONTEXT_MEMORY_INITIALIZE_PRIVATE_KHR– Initialize private memory to zeros.
- See Also:
- Constant Field Values
-
-