File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
Modules/UserInterface/Widgets/Sources/Methane/UserInterface Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,15 @@ limitations under the License.
18
18
19
19
FILE: Methane/UserInterface/HeadsUpDisplay.cpp
20
20
Heads-Up-Display widget for displaying runtime rendering parameters.
21
-
22
- ╔═══════════════╤════════════════════════════════╗
23
- ║ F1 - Help │ GPU Adapter Name ║
24
- ╟───────────────┼────────────────────────────────╢
25
- ║ Frame Time ms │ ║
26
- ╟───────────────┥ 123 FPS (Major Font) ║
27
- ║ CPU Time % │ ║
28
- ╟───────────────┼────────────────────────────────╢
29
- ║ VSync ON/OFF │ W x H N FB GFX API ║
30
- ╚═══════════════╧════════════════════════════════╝
21
+ --------------------------------------------------
22
+ | F1 - Help | GPU Adapter Name |
23
+ |-------------- |--------------------------------|
24
+ | Frame Time ms | |
25
+ |-------------- | 123 FPS (Major Font) |
26
+ | CPU Time % | |
27
+ |-------------- |--------------------------------|
28
+ | VSync ON/OFF | W x H N FB GFX API |
29
+ --------------------------------------------------
31
30
32
31
******************************************************************************/
33
32
You can’t perform that action at this time.
0 commit comments