| 886 | // *********************************************************************** |
| 887 | |
| 888 | void UnbindTexture() { |
| 889 | pRenderState->textureState.id = SG_INVALID_ID; |
| 890 | } |
| 891 | |
| 892 | // *********************************************************************** |
| 893 |
no outgoing calls
no test coverage detected