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

Method redraw

common/Frame.cpp:668–672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

666
667
668void FBXFrame::redraw(void)
669{
670 if(flags & FRAME_BOTTOMUP) TRY_FBX(fbx_flip(&fb, 0, 0, 0, 0));
671 TRY_FBX(fbx_write(&fb, 0, 0, 0, 0, fb.width, fb.height));
672}
673
674
675#ifdef USEXV

Callers 1

frameut.cppFile · 0.45

Calls 3

fbx_flipFunction · 0.85
fbx_writeFunction · 0.85
fbxv_writeFunction · 0.85

Tested by

no test coverage detected