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

Function reshapeFunc

tutorials/common/tutorial/tutorial.cpp:702–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

700 TutorialApplication::instance->displayFunc();
701 }
702 void reshapeFunc(GLFWwindow* window, int width, int height) {
703 TutorialApplication::instance->reshapeFunc(window,width,height);
704 }
705
706 void TutorialApplication::setCallbackFunctions(GLFWwindow* window)
707 {

Callers 1

renderInteractiveMethod · 0.85

Calls 1

reshapeFuncMethod · 0.80

Tested by

no test coverage detected