MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / init

Function init

SRC/renderer/main.cpp:55–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53#endif
54
55static void init(void)
56{
57
58 glEnable (GL_BLEND);
59 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
60 /*
61 glShadeModel (GL_FLAT);
62 glClearColor (0.0, 0.0, 0.0, 0.0);
63 */
64}
65
66static void drawLeftTriangle(void)
67{

Callers 15

profilerMethod · 0.85
do_initMethod · 0.85
multi_arrayMethod · 0.85
initMethod · 0.85
as_preconditionerMethod · 0.85
subdomain_deflationMethod · 0.85
preconditionerMethod · 0.85
amgMethod · 0.85
cprMethod · 0.85
initMethod · 0.85
cpr_drsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected