MCPcopy Create free account
hub / github.com/JeanPhilippeKernel/RendererEngine / Create

Function Create

ZEngine/src/CoreWindow.cpp:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 }
48
49 CoreWindow* Create(WindowProperty prop) {
50 auto core_window = new ZENGINE_OPENGL_WINDOW(prop);
51 core_window->SetCallbackFunction(std::bind(&CoreWindow::OnEvent, core_window, std::placeholders::_1));
52 return core_window;
53 }
54
55 CoreWindow* Create(const WindowConfiguration& configuration) {
56 WindowProperty prop = {};

Callers 1

EngineMethod · 0.85

Calls 1

SetCallbackFunctionMethod · 0.45

Tested by

no test coverage detected