MCPcopy Create free account
hub / github.com/VirtualGL/virtualgl / ~Compressor

Method ~Compressor

common/frameut.cpp:321–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319 }
320
321 virtual ~Compressor(void)
322 {
323 if(thread) thread->stop();
324 }
325
326 Frame &get(int width, int height, int pixelFormat)
327 {

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected