mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-06-07 01:30:57 +00:00
Fix typo.
This commit is contained in:
committed by
Baldur Karlsson
parent
9254eff490
commit
bc00cb3d74
@@ -1211,7 +1211,7 @@ void ImageState::ResetToOldState(ImageBarrierSequence &barriers, ImageTransition
|
||||
if(subRange.baseDepthSlice != 0)
|
||||
{
|
||||
// We can't issue barriers per depth slice, so skip the barriers for non-zero depth slices.
|
||||
// The zero depth slice barrier will implicitly cover the non-zerp depth slices.
|
||||
// The zero depth slice barrier will implicitly cover the non-zero depth slices.
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user