| 429 | } |
| 430 | |
| 431 | OSPTexture ISPCDevice::newTexture(const char *type) |
| 432 | { |
| 433 | return (OSPTexture)Texture::createInstance(type, *this); |
| 434 | } |
| 435 | |
| 436 | /////////////////////////////////////////////////////////////////////////// |
| 437 | // Instancing ///////////////////////////////////////////////////////////// |
no test coverage detected