bx math API cleanup.

This commit is contained in:
Branimir Karadžić
2018-01-13 15:33:50 -08:00
parent e38c7bfaec
commit 49a75f2fb1
31 changed files with 256 additions and 242 deletions

View File

@@ -1469,7 +1469,7 @@ namespace bgfx { namespace gl
if (_array)
{
glTexStorage3D(target
, 1 + GLsizei(bx::flog2(float(_dim) ) )
, 1 + GLsizei(bx::log2(float(_dim) ) )
, internalFmt
, _dim
, _dim