Class KHRInitializeMemory



  • public final class KHRInitializeMemory
    extends java.lang.Object
    Native bindings to the khr_initialize_memory extension.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CL_CONTEXT_MEMORY_INITIALIZE_KHR

        public static final int CL_CONTEXT_MEMORY_INITIALIZE_KHR
        Accepted as a property name in the properties parameter of CreateContext.

        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