com.jogamp.opencl
Annotation Type CLProperty


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface CLProperty

OpenCL property.

Author:
Michael Bien
See Also:
CLUtil.obtainDeviceProperties(com.jogamp.opencl.CLDevice), CLUtil.obtainPlatformProperties(com.jogamp.opencl.CLPlatform)

Required Element Summary
 String value
          The property key.
 

Element Detail

value

public abstract String value
The property key.