Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the number of inputs used during the transform setup.
Syntax
unsigned long retVal = object.GetNumInputs();
Parameters
This method has no parameters.
Remarks
Input indices referencing optional inputs can be NULL. You can test that an index has an associated surface with the CDXBaseNTo1::HaveInput method.