wrong arguments for submit in example 41

This commit is contained in:
Cedric Guillemet
2020-03-13 11:30:00 +01:00
committed by Бранимир Караџић
parent 0881d98bd2
commit 063bd173ea

View File

@@ -610,7 +610,7 @@ namespace
m_uniforms.submit();
bgfx::submit(1, m_programsDraw[m_shading], m_dispatchIndirect, 0, 1, 0, BGFX_DISCARD_NONE);
bgfx::submit(1, m_programsDraw[m_shading], m_dispatchIndirect);
m_pingPong = 1 - m_pingPong;