Package org.lwjgl.opencl
Class AMDDevicePersistentMemory
- java.lang.Object
-
- org.lwjgl.opencl.AMDDevicePersistentMemory
-
public final class AMDDevicePersistentMemory extends java.lang.ObjectNative bindings to the amd_device_persistent_memory extension.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.
-
-
Field Summary
Fields Modifier and Type Field and Description static intCL_MEM_USE_PERSISTENT_MEM_AMDcl_mem_flagsbit.
-
-
-
Field Detail
-
CL_MEM_USE_PERSISTENT_MEM_AMD
public static final int CL_MEM_USE_PERSISTENT_MEM_AMD
cl_mem_flagsbit. Buffers and images allocated with this flag reside in host-visible device memory. This flag is mutually exclusive with the flagsMEM_ALLOC_HOST_PTRandMEM_USE_HOST_PTR.- See Also:
- Constant Field Values
-
-