mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Cleanup.
This commit is contained in:
@@ -220,7 +220,7 @@ public:
|
||||
const uint32_t abgr = m_mwc.gen();
|
||||
for (uint32_t ii = 0; ii < BX_COUNTOF(s_cubeVertices); ++ii)
|
||||
{
|
||||
bx::vec3MulMtx(&vertex[ii].m_x, &s_cubeVertices[ii].m_x, mtx);
|
||||
bx::store(&vertex[ii].m_x, bx::mul(bx::load<bx::Vec3>(&s_cubeVertices[ii].m_x), mtx) );
|
||||
vertex[ii].m_abgr = abgr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user