|
|
@@ -2201,7 +2201,7 @@ BX_PRAGMA_DIAGNOSTIC_POP();
|
|
|
deviceCtx->IASetIndexBuffer(ib.m_ptr, DXGI_FORMAT_R16_UINT, 0);
|
|
|
|
|
|
float proj[16];
|
|
|
- bx::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, 0.0f, false);
|
|
|
|
|
|
PredefinedUniform& predefined = program.m_predefined[0];
|
|
|
uint8_t flags = predefined.m_type;
|