| 783 | // *********************************************************************** |
| 784 | |
| 785 | void TexCoord(Vec2f tex) { |
| 786 | pRenderState->vertexTexCoordState = tex; |
| 787 | } |
| 788 | |
| 789 | // *********************************************************************** |
| 790 |
no outgoing calls
no test coverage detected