mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-03 11:17:10 +00:00
[dxgi] increase the comRef global count
This commit is contained in:
parent
cc48257aeb
commit
748c9c177e
1 changed files with 2 additions and 2 deletions
|
@ -273,7 +273,7 @@ static bool dxgi_init(void)
|
||||||
DEBUG_ASSERT(this);
|
DEBUG_ASSERT(this);
|
||||||
|
|
||||||
if (!comRef_init(
|
if (!comRef_init(
|
||||||
20 + this->maxTextures * 8, //max total globals
|
20 + this->maxTextures * 16, //max total globals
|
||||||
20 //max total locals
|
20 //max total locals
|
||||||
))
|
))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue