mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-04 14:17:24 +00:00
Fixing microprofile display.
This commit is contained in:
parent
2401bb7d03
commit
c8ddc48106
1 changed files with 4 additions and 0 deletions
|
|
@ -351,6 +351,10 @@ void GL4ProfilerDisplay::Begin() {
|
|||
glEnablei(GL_BLEND, 0);
|
||||
glBlendFunci(0, GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
|
||||
glDisable(GL_DEPTH_TEST);
|
||||
glDisable(GL_STENCIL_TEST);
|
||||
glDisable(GL_SCISSOR_TEST);
|
||||
|
||||
glViewport(0, 0, control_->width(), control_->height());
|
||||
|
||||
float left = 0.0f;
|
||||
float right = float(width());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue