| 525 | } |
| 526 | |
| 527 | void GFXDevice::clearTextureStateImmediate(U32 stage) |
| 528 | { |
| 529 | mCurrentTexture[stage] = NULL; |
| 530 | mCurrentCubemap[stage] = NULL; |
| 531 | setTextureInternal(stage, NULL); |
| 532 | } |
| 533 | |
| 534 | void GFXDevice::setPrimitiveBuffer( GFXPrimitiveBuffer *buffer ) |
| 535 | { |
no outgoing calls
no test coverage detected