| 876 | // *********************************************************************** |
| 877 | |
| 878 | void BindTexture(sg_image image) { |
| 879 | if (pRenderState->textureState.id != SG_INVALID_ID) |
| 880 | UnbindTexture(); |
| 881 | |
| 882 | // Save as current texture state for binding in endObject |
| 883 | pRenderState->textureState = image; |
| 884 | } |
| 885 | |
| 886 | // *********************************************************************** |
| 887 |
no test coverage detected