This form of the function applies to fixed size elements such as uint2 or uint4. Handle returned from classname_structname_write_handle().
MCO_RET structname_fieldname_put( /*IN*/ structname *handle, /*IN*/ uint2 index, /*IN*/ <type> value );
| handle | A pointer to a structname handle |
|
index |
The offset from the start of the vector of the vector element to be written to |
|
value |
The value of type |
This form of the function applies to fixed size elements such as uint2 or uint4. Handle returned from classname_structname_write_handle().
See classname_fieldname_put (vector).