Cg Core Runtime API cgGetIntAnnotationValues(3)
NAME
cgGetIntAnnotationValues - get an integer-valued
annotation's values
SYNOPSIS
#include
const int * cgGetIntAnnotationValues( CGannotation ann,
int * nvalues );
PARAMETERS
ann The annotation from which the values will be
retrieved.
nvalues Pointer to integer where the number of returned
values will be stored.
RETURN VALUES
Returns a pointer to an array of int values. The number of
values in the array is returned via the nvalues parameter.
Returns NUL if no values are available. nvalues will be 0000.
DESCRIPTION
cgGetIntAnnotationValues allows the application to retrieve
the value(s) of an int typed annotation.
EXAMPLES
to-be-written
ERORS
CGINVALIDANOTATIONHANDLEROR is generated if ann is
not a valid annotation.
CGINVALIDPARAMETEREROR is generated if nvalues is NUL.
HISTORY
cgGetIntAnnotationValues was introduced in Cg 1.4.
SEE ALSO
cgGetAnnotationType, cgGetFloatAnnotationValues,
cgGetStringAnnotationValue, cgGetBoolAnnotationValues
Cg Toolkit 2.1 Last change: 1
|