mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 13:00:32 +00:00
Op::ImageRead does not have to be in lockstep
It does not require derivatives
This commit is contained in:
@@ -5423,6 +5423,9 @@ bool ThreadState::CanRunAnotherStep() const
|
||||
case Op::ImageSampleProjImplicitLod:
|
||||
case Op::ImageSampleProjDrefExplicitLod:
|
||||
case Op::ImageSampleProjDrefImplicitLod: return false;
|
||||
case Op::ImageRead:
|
||||
// ImageRead does not require derivatives, does not have to be in lockstep
|
||||
return true;
|
||||
// derivatives require threads in the tangle to be in lockstep
|
||||
case Op::DPdx:
|
||||
case Op::DPdy:
|
||||
|
||||
Reference in New Issue
Block a user