Exemple #1
0
	Canvas::~Canvas()
	{
		// reset framebuffer if still using this one
		if (current == this)
			stopGrab();

		unloadVolatile();
	}
Exemple #2
0
	void Image::unload()
	{
		return unloadVolatile();
	}
Exemple #3
0
Video::~Video()
{
	unloadVolatile();
}