Package org.lwjgl.opencl
Class IMGMemProperties
- java.lang.Object
-
- org.lwjgl.opencl.IMGMemProperties
-
public final class IMGMemProperties extends java.lang.ObjectNative bindings to the img_mem_properties extension.This extension provides additional properties that can be passed to
CreateBufferWithProperties.Requires
CL30.
-
-
Field Summary
Fields Modifier and Type Field Description static intCL_MEM_ALLOC_FLAGS_IMGAccepted propertie(s) for thepropertiesparameter toCreateBufferWithProperties.static intCL_MEM_ALLOC_RELAX_REQUIREMENTS_IMGAcceptedvaluesforcl_mem_alloc_flags_img.
-
-
-
Field Detail
-
CL_MEM_ALLOC_FLAGS_IMG
public static final int CL_MEM_ALLOC_FLAGS_IMG
Accepted propertie(s) for thepropertiesparameter toCreateBufferWithProperties.- See Also:
- Constant Field Values
-
CL_MEM_ALLOC_RELAX_REQUIREMENTS_IMG
public static final int CL_MEM_ALLOC_RELAX_REQUIREMENTS_IMG
Acceptedvaluesforcl_mem_alloc_flags_img.- See Also:
- Constant Field Values
-
-