void SetTexCoordGen(
u32 idx,
const TexCoordGen & value
);
| Name | Description | |
|---|---|---|
| idx | Index. | |
| value | The texture coordinate generation to be set. |
Sets texture coordinate generation.
This function generates an assert if a value larger than the storable number of texture coordinate generations set by the ReserveMem() or SetTexCoordGenNum() function is passed in idx.
CONFIDENTIAL