Skip to content

Commit c22b1d8

Browse files
committed
2 parents 6820ff6 + 4ad9e09 commit c22b1d8

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# EXAMPLES COLLECTION - TESTING REPORT
2+
3+
## Tested Platform: macOS
4+
5+
```
6+
Example automated testing elements validated:
7+
- [CWARN] : Compilation WARNING messages
8+
- [LWARN] : Log WARNING messages count
9+
- [INIT] : Initialization
10+
- [CLOSE] : Closing
11+
- [ASSETS] : Assets loading
12+
- [RLGL] : OpenGL-wrapped initialization
13+
- [PLAT] : Platform initialization
14+
- [FONT] : Font default initialization
15+
- [TIMER] : Timer initialization
16+
```
17+
| **EXAMPLE NAME** | [CWARN] | [LWARN] | [INIT] | [CLOSE] | [ASSETS] | [RLGL] | [PLAT] | [FONT] | [TIMER] |
18+
|:---------------------------------|:-------:|:-------:|:------:|:-------:|:--------:|:------:|:------:|:------:|:-------:|
19+
| text_font_loading | 0 | 10 ||||||||
20+
| text_codepoints_loading | 0 | 1 ||||||||
21+
| models_animation_playing | 0 | 1 ||||||||
22+
| shaders_palette_switch | 0 | 0 ||||||||
23+
| shaders_hybrid_rendering | 0 | 4 ||||||||
24+

0 commit comments

Comments
 (0)