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

Function displayFunc

tutorials/common/tutorial/tutorial.cpp:699–701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697 TutorialApplication::instance->motionFunc(window,x,y);
698 }
699 void displayFunc() {
700 TutorialApplication::instance->displayFunc();
701 }
702 void reshapeFunc(GLFWwindow* window, int width, int height) {
703 TutorialApplication::instance->reshapeFunc(window,width,height);
704 }

Callers 1

renderInteractiveMethod · 0.85

Calls 1

displayFuncMethod · 0.80

Tested by

no test coverage detected