MCPcopy Create free account
hub / github.com/RenderKit/embree / set_parameter

Method set_parameter

tutorials/common/tutorial/tutorial.cpp:662–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

rtcSetDevicePropertyFunction · 0.85

Tested by

no test coverage detected