MCPcopy Create free account
hub / github.com/Hopson97/HopsonCraft / clear

Function clear

Source/Display.cpp:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 void clear()
51 {
52 glClearColor(0.1, 0.5, 1.0, 1.0);
53
54 glClear(GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT);
55 }
56
57 void update()
58 {

Callers 3

clearMethod · 0.85
loadFromFileMethod · 0.85
~Basic_TextureMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected