Пример #1
0
void PostProcessorBase::AfterReset(uint32 width, uint32 height)
{
    // Clear all of the temp render targets
    ClearTempRenderTargetCache();

    inputWidth = width;
    inputHeight = height;
}
Пример #2
0
void PostProcessor::AfterReset(UINT width, UINT height)
{
    // Clear all of the temp render targets
    ClearTempRenderTargetCache();

    inputWidth = width;
    inputHeight = height;
}
Пример #3
0
PostProcessorBase::~PostProcessorBase()
{
    ClearTempRenderTargetCache();
}