Package org.lwjgl.opencl
Class KHRInitializeMemory
- java.lang.Object
-
- org.lwjgl.opencl.KHRInitializeMemory
-
public final class KHRInitializeMemory extends java.lang.Object
Native bindings to the khr_initialize_memory extension.
-
-
Field Summary
Fields Modifier and Type Field and Description static int
CL_CONTEXT_MEMORY_INITIALIZE_KHR
Accepted as a property name in theproperties
parameter ofCreateContext
.
-
-
-
Field Detail
-
CL_CONTEXT_MEMORY_INITIALIZE_KHR
public static final int CL_CONTEXT_MEMORY_INITIALIZE_KHR
Accepted as a property name in theproperties
parameter 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
-
-