mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-07 10:26:28 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user