mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 06:13:10 +00:00
Merge branch 'master' of https://github.com/raysan5/raylib
This commit is contained in:
commit
c22b1d84d5
24
tools/rexm/reports/examples_testing_macos.md
Normal file
24
tools/rexm/reports/examples_testing_macos.md
Normal file
@ -0,0 +1,24 @@
|
||||
# EXAMPLES COLLECTION - TESTING REPORT
|
||||
|
||||
## Tested Platform: macOS
|
||||
|
||||
```
|
||||
Example automated testing elements validated:
|
||||
- [CWARN] : Compilation WARNING messages
|
||||
- [LWARN] : Log WARNING messages count
|
||||
- [INIT] : Initialization
|
||||
- [CLOSE] : Closing
|
||||
- [ASSETS] : Assets loading
|
||||
- [RLGL] : OpenGL-wrapped initialization
|
||||
- [PLAT] : Platform initialization
|
||||
- [FONT] : Font default initialization
|
||||
- [TIMER] : Timer initialization
|
||||
```
|
||||
| **EXAMPLE NAME** | [CWARN] | [LWARN] | [INIT] | [CLOSE] | [ASSETS] | [RLGL] | [PLAT] | [FONT] | [TIMER] |
|
||||
|:---------------------------------|:-------:|:-------:|:------:|:-------:|:--------:|:------:|:------:|:------:|:-------:|
|
||||
| text_font_loading | 0 | 10 | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
|
||||
| text_codepoints_loading | 0 | 1 | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
|
||||
| models_animation_playing | 0 | 1 | ✔ | ✔ | ❌ | ✔ | ✔ | ✔ | ✔ |
|
||||
| shaders_palette_switch | 0 | 0 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
||||
| shaders_hybrid_rendering | 0 | 4 | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user