diff options
-rw-r--r-- | make/config/cl-common.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/config/cl-common.cfg b/make/config/cl-common.cfg index 15c22e22..64492d22 100644 --- a/make/config/cl-common.cfg +++ b/make/config/cl-common.cfg @@ -112,8 +112,8 @@ RenameJavaType cl_image_format CLImageFormatImpl StructPackage cl_image_format com.jogamp.opencl.llb.impl #struct fields ([set|get]+FieldName()) -RenameJavaMethod image_channel_order imageChannelOrder -RenameJavaMethod image_channel_data_type imageChannelDataType +RenameJavaMethod cl_image_format.image_channel_order imageChannelOrder +RenameJavaMethod cl_image_format.image_channel_data_type imageChannelDataType ClassJavadoc CLImageFormatImpl /** |