mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Discard flags for submit call
This commit is contained in:
committed by
Бранимир Караџић
parent
78675e238d
commit
0881d98bd2
@@ -610,7 +610,7 @@ namespace
|
||||
|
||||
m_uniforms.submit();
|
||||
|
||||
bgfx::submit(1, m_programsDraw[m_shading], m_dispatchIndirect, 0, true);
|
||||
bgfx::submit(1, m_programsDraw[m_shading], m_dispatchIndirect, 0, 1, 0, BGFX_DISCARD_NONE);
|
||||
|
||||
m_pingPong = 1 - m_pingPong;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user