MCPcopy Create free account
hub / github.com/VirtualGL/virtualgl / redraw

Method redraw

client/GLFrame.cpp:162–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160
161
162void GLFrame::redraw(void)
163{
164 drawTile(0, 0, hdr.framew, hdr.frameh);
165 sync();
166}
167
168
169void GLFrame::drawTile(int x, int y, int width, int height)

Callers 1

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected