mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-20 05:43:12 +01:00
Dispatch compute is always in sequential mode.
This commit is contained in:
@@ -775,7 +775,7 @@ namespace bgfx
|
||||
{
|
||||
m_key.m_depth = 0;
|
||||
m_key.m_view = _id;
|
||||
m_key.m_seq = s_ctx->m_seq[_id] & s_ctx->m_seqMask[_id];
|
||||
m_key.m_seq = s_ctx->m_seq[_id];
|
||||
s_ctx->m_seq[_id]++;
|
||||
|
||||
uint64_t key = m_key.encodeCompute();
|
||||
|
||||
Reference in New Issue
Block a user