This commit is contained in:
Branimir Karadžić
2015-04-10 19:21:31 -07:00
parent 428e586e11
commit 9aa304f86f
5 changed files with 3 additions and 24 deletions

View File

@@ -944,7 +944,7 @@ namespace bgfx { namespace d3d9
DX_CHECK(device->SetIndices(ib.m_ptr) );
float proj[16];
mtxOrtho(proj, 0.0f, (float)width, (float)height, 0.0f, 0.0f, 1000.0f);
bx::mtxOrtho(proj, 0.0f, (float)width, (float)height, 0.0f, 0.0f, 1000.0f);
PredefinedUniform& predefined = program.m_predefined[0];
uint8_t flags = predefined.m_type;