MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / Initialise

Method Initialise

Source/SysGL/HLEGraphics/GraphicsPluginGL.cpp:122–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122bool CGraphicsPluginImpl::Initialise()
123{
124 if (!CreateRenderer())
125 {
126 return false;
127 }
128
129 if (!CTextureCache::Create())
130 {
131 return false;
132 }
133
134 if (!DLParser_Initialise())
135 {
136 return false;
137 }
138
139 return true;
140}
141
142void CGraphicsPluginImpl::ProcessDList()
143{

Callers 1

CreateGraphicsPluginFunction · 0.45

Calls 3

DLParser_InitialiseFunction · 0.85
CreateRendererFunction · 0.70
CreateFunction · 0.50

Tested by

no test coverage detected