Closed averne closed 2 years ago
Previously this would clip Modal window backgrounds:
To dim the entire framebuffer ImGui submits a draw cmd with clip (-1,-1), (width+1,height+1), which triggers this bug.
Previously this would clip Modal window backgrounds:
To dim the entire framebuffer ImGui submits a draw cmd with clip (-1,-1), (width+1,height+1), which triggers this bug.