Description | ||||||||||||||
Allocates a surface collection instruction.
Note: For excludeinstructions (those with PRO_B_FALSE include input argument), only one-by-one (that is,those with PRO_SURFCOLL_SINGLE_SURF type input argument) are currently supported. |
||||||||||||||
Synopsis | ||||||||||||||
#include <ProSrfcollection.h> | ||||||||||||||
ProError | ProSrfcollinstrAlloc | ( | ||||||||||||
ProSrfcollinstrType type | ||||||||||||||
/* (In) | ||||||||||||||
The instruction type. | ||||||||||||||
*/ | ||||||||||||||
ProBoolean include | ||||||||||||||
/* (In) | ||||||||||||||
PRO_B_TRUE to add surfaces generated by this instruction to the surface set, PRO_B_FALSE to exclude surfaces generated by this instruction from the set. | ||||||||||||||
*/ | ||||||||||||||
ProSrfcollinstr* r_instr | ||||||||||||||
/* (Out) | ||||||||||||||
Pointer to surface collection instruction | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|