| 414 | /////////////////////////////////////////////////////////////////////////// |
| 415 | |
| 416 | OSPMaterial ISPCDevice::newMaterial(const char *material_type) |
| 417 | { |
| 418 | return (OSPMaterial)Material::createInstance(material_type, *this); |
| 419 | } |
| 420 | |
| 421 | OSPTransferFunction ISPCDevice::newTransferFunction(const char *type) |
| 422 | { |
no test coverage detected