Fix typo.

This commit is contained in:
Chang Chen
2022-10-10 16:47:10 +08:00
committed by Baldur Karlsson
parent 9254eff490
commit bc00cb3d74
+1 -1
View File
@@ -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;
}