mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Merge branch 'master' of github.com:bkaradzic/bgfx
This commit is contained in:
commit
0d8a51fe05
1 changed files with 1 additions and 0 deletions
|
@ -511,6 +511,7 @@ namespace
|
||||||
NVG_NOTUSED(alphaBlend);
|
NVG_NOTUSED(alphaBlend);
|
||||||
gl->view[0] = (float)width;
|
gl->view[0] = (float)width;
|
||||||
gl->view[1] = (float)height;
|
gl->view[1] = (float)height;
|
||||||
|
bgfx::setViewRect(gl->viewid, 0, 0, width, height);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void fan(uint32_t _start, uint32_t _count)
|
static void fan(uint32_t _start, uint32_t _count)
|
||||||
|
|
Loading…
Reference in a new issue