mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
- created complier flag SUPPORT_DRM_CACHE, to enable triple buffered DRM 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