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: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Adaptive Resolution Demo and Sample shows how to use adaptive resolution to dynamically adjust resolution based on GPU load. This can be used to automatically increase quality (by increasing resolution) when GPU load is low. It can also help maintain stable FPS (by lowering resolution) when GPU load is high.
1
+
The PICO Adaptive Resolution Sample shows how to use adaptive resolution to dynamically adjust resolution based on GPU load. This can be used to automatically increase quality (by increasing resolution) when GPU load is low. It can also help maintain stable FPS (by lowering resolution) when GPU load is high.
2
2
3
3
## Scenes
4
4
1. Demo: Show Sci-fi game style scenes with rooms of different pixel complexity. Adaptive resolution automatically adjusts resolution based on GPU load of current view direction.
@@ -31,4 +31,5 @@ Adaptive Resolution Demo and Sample shows how to use adaptive resolution to dyna
31
31
- Multiview rendering
32
32
- Adaptive Resolution
33
33
34
-
34
+
## Documentation
35
+
For complete details, see the [documentation page](https://developer.picoxr.com/document/unity/adaptive-resolution-demo/) for this sample project on the PICO developer website.
0 commit comments