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

Function CreateContext

ZEngine/src/GraphicContext.cpp:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12namespace ZEngine::Rendering::Graphics {
13
14 GraphicContext* CreateContext() {
15 return new ZENGINE_OPENGL_CONTEXT();
16 }
17
18 GraphicContext* CreateContext(const CoreWindow* window) {
19 return new ZENGINE_OPENGL_CONTEXT(window);

Callers 3

InitializeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected