Merge pull request #4988 from rob-bits/master

[rcore][drm] Replace DRM swap buffer implementation with asynchronous page-flipping and triple framebuffer caching
This commit is contained in:
Ray
2025-07-26 12:14:21 +02:00
committed by GitHub
2 changed files with 240 additions and 3 deletions

View File

@@ -299,4 +299,9 @@
//------------------------------------------------------------------------------------
#define MAX_TRACELOG_MSG_LENGTH 256 // Max length of one trace-log message
//DRM configuration
#if defined(PLATFORM_DRM)
//#define SUPPORT_DRM_CACHE 1 //enable triple buffered DRM caching
#endif //PLATFORM_DRM
#endif // CONFIG_H