public final class AMDDevicePersistentMemory
extends java.lang.Object
This extension adds support for the new buffer and image creation flag MEM_USE_PERSISTENT_MEM_AMD. Buffers and images allocated with this flag reside
in host-visible device memory.
| Modifier and Type | Field and Description |
|---|---|
static int |
CL_MEM_USE_PERSISTENT_MEM_AMD
cl_mem_flags bit. |
public static final int CL_MEM_USE_PERSISTENT_MEM_AMD
cl_mem_flags bit. Buffers and images allocated with this flag reside in host-visible device memory. This flag is mutually exclusive with the
flags MEM_ALLOC_HOST_PTR and MEM_USE_HOST_PTR.Copyright LWJGL. All Rights Reserved. License terms.