This commit is contained in:
Branimir Karadžić
2018-03-05 20:24:03 -08:00
parent b074a25f96
commit 9422aec753

View File

@@ -179,8 +179,7 @@ public:
m_state[0] = meshStateCreate();
m_state[0]->m_state = 0
| BGFX_STATE_WRITE_RGB
| BGFX_STATE_WRITE_A
| (m_shadowSamplerSupported ? 0 : BGFX_STATE_WRITE_RGB|BGFX_STATE_WRITE_A)
| BGFX_STATE_WRITE_Z
| BGFX_STATE_DEPTH_TEST_LESS
| BGFX_STATE_CULL_CCW