コード例 #1
0
void PostProcessor::destroy()
{
	_destroyBlur();
	_destroyGammaCorrection();
	_destroyOrientationCorrection();
	_destroyCommon();
}
コード例 #2
0
void PostProcessor::destroy()
{
	_destroyGammaCorrection();
	_destroyCommon();
}