Add initial support for compute pipelines
This commit is contained in:
committed by
Jérôme Leclercq
parent
e4064997d8
commit
9578ba3ef5
@@ -243,7 +243,7 @@ namespace Nz
|
||||
|
||||
void Seek(UInt64 frameIndex) override
|
||||
{
|
||||
assert(frameIndex < m_frames.size());
|
||||
assert(frameIndex <= m_frames.size());
|
||||
|
||||
if (m_requiresFrameHistory)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user