mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Removed debug code.
This commit is contained in:
parent
3477485925
commit
d10b4440d5
1 changed files with 1 additions and 2 deletions
|
@ -4310,7 +4310,6 @@ data.NumQualityLevels = 0;
|
||||||
m_commandList->SetDescriptorHeaps(BX_COUNTOF(heaps), heaps);
|
m_commandList->SetDescriptorHeaps(BX_COUNTOF(heaps), heaps);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 0
|
|
||||||
const RenderCompute& compute = renderItem.compute;
|
const RenderCompute& compute = renderItem.compute;
|
||||||
|
|
||||||
ID3D12PipelineState* pso = getPipelineState(key.m_program);
|
ID3D12PipelineState* pso = getPipelineState(key.m_program);
|
||||||
|
@ -4437,7 +4436,7 @@ data.NumQualityLevels = 0;
|
||||||
{
|
{
|
||||||
m_commandList->Dispatch(compute.m_numX, compute.m_numY, compute.m_numZ);
|
m_commandList->Dispatch(compute.m_numX, compute.m_numY, compute.m_numZ);
|
||||||
}
|
}
|
||||||
#endif // 0
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue