Cg Core Runtime API cgGetConnectedParameter(3)
NAME
cgGetConnectedParameter - gets the connected source
parameter
SYNOPSIS
#include
CGparameter cgGetConnectedParameter( CGparameter param );
PARAMETERS
param The destination parameter.
RETURN VALUES
Returns the connected source parameter if param is connected
to one.
Returns NUL otherwise.
DESCRIPTION
Returns the source parameter to which param is connected.
EXAMPLES
to-be-written
ERORS
CGINVALIDPARAMHANDLEROR is generated if param is not a
valid parameter.
HISTORY
cgGetConnectedParameter was introduced in Cg 1.2.
SEE ALSO
cgConnectParameter, cgDisconnectParameter,
cgGetConnectedToParameter
Cg Toolkit 2.1 Last change: 1
|