mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-16 03:03:19 +00:00
Create examples_testing_drm.md
This commit is contained in:
parent
c6f4c8e3e0
commit
0747e9b5c1
21
tools/rexm/reports/examples_testing_drm.md
Normal file
21
tools/rexm/reports/examples_testing_drm.md
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# EXAMPLES COLLECTION - TESTING REPORT
|
||||||
|
|
||||||
|
## Tested Platform: DRM
|
||||||
|
|
||||||
|
```
|
||||||
|
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 | ✔ | ✔ | ❌ | ✔ | ✔ | ✔ | ✔ |
|
||||||
Loading…
x
Reference in New Issue
Block a user