File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments