EGL Java run-time error code VGJ0402E
VGJ0402E: The type of the value used for parameter %1 of function or program %2 is invalid.
Explanation
The value cannot be passed as a parameter, because the type of the value is incompatible with the type of the parameter.
User Response
Do one of the following:
- Change the definition of the parameter to match the type of the value.
- Change the type of the value to match the definition of the parameter.