| 660 | } |
| 661 | |
| 662 | void TutorialApplication::set_parameter(size_t parm, ssize_t val) { |
| 663 | rtcSetDeviceProperty(nullptr,(RTCDeviceProperty)parm,val); |
| 664 | } |
| 665 | |
| 666 | void TutorialApplication::resize(unsigned width, unsigned height) |
| 667 | { |
nothing calls this directly
no test coverage detected