mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 09:08:22 -05:00
Merge branch 'master' of github.com:bkaradzic/bgfx
This commit is contained in:
commit
6932b256a8
1 changed files with 2 additions and 0 deletions
|
@ -1049,6 +1049,7 @@ namespace bgfx
|
||||||
, data
|
, data
|
||||||
, offset
|
, offset
|
||||||
);
|
);
|
||||||
|
BX_UNUSED(offset);
|
||||||
}
|
}
|
||||||
|
|
||||||
m_constantBuffer->finish();
|
m_constantBuffer->finish();
|
||||||
|
@ -2256,6 +2257,7 @@ namespace bgfx
|
||||||
}
|
}
|
||||||
|
|
||||||
BX_TRACE("GL_EXTENSION%s: %s", supported ? " (supported)" : "", name);
|
BX_TRACE("GL_EXTENSION%s: %s", supported ? " (supported)" : "", name);
|
||||||
|
BX_UNUSED(supported);
|
||||||
|
|
||||||
pos += len+1;
|
pos += len+1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue