Example #1
0
void QuadRenderer::reset()
{
    LOOM_PROFILE_SCOPE(quadReset);
    destroyGraphicsResources();
    initializeGraphicsResources();
    Graphics_InvalidateGLState(GFX_OPENGL_STATE_QUAD);
}
Example #2
0
void QuadRenderer::reset()
{
    destroyGraphicsResources();
    initializeGraphicsResources();
}