| 354 | } |
| 355 | |
| 356 | void loadModule( |
| 357 | OSPState &, networking::BufferReader &cmdBuf, networking::Fabric &) |
| 358 | { |
| 359 | std::string module; |
| 360 | cmdBuf >> module; |
| 361 | ospLoadModule(module.c_str()); |
| 362 | } |
| 363 | |
| 364 | void createFramebuffer( |
| 365 | OSPState &state, networking::BufferReader &cmdBuf, networking::Fabric &) |
no test coverage detected