You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bookcontents/chapter-07/chapter-07.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -596,7 +596,7 @@ public class Scene {
596
596
}
597
597
```
598
598
599
-
## Enable depth testing
599
+
## Enable depth testing
600
600
601
601
We need also to modify the pipeline to actually use the depth image for depth testing. Since we may have pipelines that do not use depth testing at all, we will indicate if it's required in the `PipelineBuildInfo` class:
0 commit comments